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

RadRotator in RadMultiPage

1 Answer 58 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
AbsolutelyN
Top achievements
Rank 1
AbsolutelyN asked on 11 Feb 2009, 08:46 AM
Hi

I have a page with three tabs on a RadTabStrip linked to a RadMultiPage with three RadPageViews. Each view has a RadRotator - one for each tab. When the page loads the rotator visible in the selected tab starts but the other two do not. How can I get them started? This is my current approach which does not appear to work:

function

 

OnTabSelected(sender, eventArgs) {

 

    var rotator = $find("<%= Rotator.ClientID %>");

    rotator.startAutoPlay();

 

}

Thanks
Tristan

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 13 Feb 2009, 05:27 PM
Hello AbsolutelyN,

You can also use start() function of the RadRotator object.

Do not hesitate to contact us if you steel experience the problem.

Best wishes,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Rotator
Asked by
AbsolutelyN
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or