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

Strange Radrotator LeftControlButton Issue

2 Answers 31 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Bruce
Top achievements
Rank 1
Bruce asked on 10 Jul 2011, 06:42 PM
Hello, 

So I seem to have stumbled upon a very strange issue with the RadRotator that I have setup on one of my pages. I have two control buttons for scrolling left and scrolling right. When you click the scroll left control button all the way to the right it scrolls to the left, but if you click the scroll left control button on the left side of the button it scrolls the rotator to the right. Anyone have any idea as to why? The buttons that I am using are radbuttons with an image sprite doing the graphics. Please take a look at the link below to see the issue in action.

http://myheadpiece.com/test/Pages/HatCustomizerPage.aspx

2 Answers, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 11 Jul 2011, 03:45 PM
Hello Bruce,

What you are experiencing as an issue is actually the way the control was meant to function. Scrolling to either side should reveal the content in this direction, rather than moving the control itself. The idea is to focus the scrolling on the content it presents, not the container. You can check the default behavior of the rotator with buttons by changing the RotatorType in our default rotator demo - http://demos.telerik.com/aspnet-ajax/rotator/examples/default/defaultcs.aspx.
If you find this implementation incorrect, you can always swap the two buttons, thus swapping the scrolling directions. Doing so you will have the left button scroll the container to the left and the right - to the right side respectively.

Hope this helps.

Best wishes,
Niko
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Bruce
Top achievements
Rank 1
answered on 11 Jul 2011, 04:16 PM
Sorry Niko, you must have misunderstood me. I understand how the Rotator is supposed to rotate as I was not clicking on the individual items within the rotator. I was clicking on the left and right control buttons that control the scrolling function of the rotator. I have since resolved the issue by changing the button that scrolled to the left from a radbutton to an asp button. For some odd reason when I used the radbutton it seemed to function improperly. Thanks for your help though.
Tags
Rotator
Asked by
Bruce
Top achievements
Rank 1
Answers by
Niko
Telerik team
Bruce
Top achievements
Rank 1
Share this question
or