Hi,
My RadRotator control cycles every 4 seconds but I want to be able to stop it when the mouse is over the control. Is this possible, the control is populated dynamically with user controls.
Thanks,
Derek.
1 Answer, 1 is accepted
0
Victor
Telerik team
answered on 19 Jan 2009, 12:59 PM
Hi Derek,
Thanks for writing.
Indeed you can. You have to just handle the MouseEnter and MouseLeave events and call the radRotator1.Stop() and radRotator1.Start() methods respectively. Here is the code: