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

Stop scrolling problem

1 Answer 80 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Labmaieutiche
Top achievements
Rank 2
Labmaieutiche asked on 26 Nov 2008, 08:00 PM
HI, i have downloaded Q3 controls, i want that my rotator start in automatic advance on page load, and then users can stop, scroll item by item and re-start automatic playng.

I'm not able to make rad:rotator working, if i set rotatortype="automaticAdvance" when i use client side API

     function StopRotator(rotator) {  
      if (rotator.autoIntervalID)  
           {  
                window.clearInterval(rotator.autoIntervalID);  
                rotator.autoIntervalID = null;  
           }  
 
            return false;  
        } 

rotator doesn't stop...

if i use "rotator.pause()" and user go with mouse out itemlink... rotator starts playing...

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 01 Dec 2008, 03:59 PM
Hello ,

Take a look at the following online example: http://demos.telerik.com/aspnet/prometheus/Rotator/Examples/ClientAPIControl/DefaultCS.aspx

You should use the FromCode rotator mode instead of AutomaticAdvance.

All the best,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Rotator
Asked by
Labmaieutiche
Top achievements
Rank 2
Answers by
Lini
Telerik team
Share this question
or