Album as Datasource of Rotator

Posted by Community Admin on 03-Aug-2018 09:09

Album as Datasource of Rotator

All Replies

Posted by Community Admin on 11-Nov-2010 00:00

Hi,

I want to achieve it yet can't find suitable KB.
Hoping for your help.

Also, can't figure out what should be placed in DataSource property of RadRotator widget. Is it method reference?
I tried placing SitefinityWebApp.CustomControls.ContentControls.ContentControlsLibrary.BannerSource()
but it did not work.

namespace SitefinityWebApp.CustomControls.ContentControls
    public static class ContentControlsLibrary
    
        public static List<string> BannerSource()
        
            return new List<string>() "image1", "image2", "image3" ;
        
    

Thank you!

Posted by Community Admin on 11-Nov-2010 00:00

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

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed