This is a migrated thread and some comments may be shown as answers.

RadRotator: CoverFlow

1 Answer 69 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Todd
Top achievements
Rank 1
Todd asked on 04 Aug 2011, 05:11 PM
I am using the radrotator control to move through a static group of images.  I have defined them each as items and have set the rotatortype to coverflow.  I like the effect as it moves through each image in turn, but when it gets to the last image I'm not sure how to make it start over at the beginning.  Is this possible?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 05 Aug 2011, 12:46 PM
Hi Todd,

The nature of the CoverFlow is such that items are scrolled in either direction and when reaching any of the edges the scrolling should stop there. This is the essence of any coverflow control.
Nevertheless if you wish to enrich the functionality of the coverflow rotator, then you can use the client-side API to scroll directly to the item of your choice through the set_currentItemIndex method, i.e. the first item:
$find("exampleRotator").set_currentItemIndex(0, true)
For more information on the client-side API here is a link to a help article - http://www.telerik.com/help/aspnet-ajax/rotator-client-side-api.html.
Still, using this method, the control will scroll through all the other items until it reaches the first one.

Hope this helps.

Regards,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Rotator
Asked by
Todd
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or