Album as Datasource of Rotator
Hi,
namespace SitefinityWebApp.CustomControls.ContentControls public static class ContentControlsLibrary public static List<string> BannerSource() return new List<string>() "image1", "image2", "image3" ; Hello Robert,
You can take a look at our SDK where you will find a control - CoverFlow which binds items from a library to a Siklverlight control. As a datasource of the RadRotator control you should set IList of content items - in your case Images or Documents.
Regards,
Ivan Dimitrov
the Telerik team