I am trying to create a rotator with thumbnails in code behind with:
asp.net vs2010
Syncfusion version 13.3.07
I have successfully added rotator items using code like:
rotator.DataSource = some list;
However when I try to add thumbnail items, and run the application I get an error:
rotator.ThumbItems.AddRange(some list);
Please see Error below: