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

ControlButtons to work for Up, Down

1 Answer 69 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Adis
Top achievements
Rank 1
Adis asked on 07 Jul 2009, 10:19 PM
Hi,

I have implemented the control Buttons 

 

<telerik:RadRotator ID="rrRotator" runat="server" RotatorType="SlideShowButtons" ScrollDirection="Up,Down"  

 

Width="300px" Enabled="True" ItemHeight="90px" ItemWidth = "300px" 

 

BorderStyle="None">
<ItemTemplate>

 

<asp:Label ID="lblPayee" runat="server"><%# DataBinder.Eval(Container.DataItem, "payee_attention_name")%></asp:Label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <asp:Label ID="lblCity" runat="server"><%# DataBinder.Eval(Container.DataItem, "payment_city")%></asp:Label>
</ItemTemplate>
<ControlButtons LeftButtonID="prevButton" RightButtonID="nextButton" />   

 

</telerik:RadRotator

 

<div>
<asp:Image ImageUrl="Images/previousSlide.gif" ID="prevButton" AlternateText="Previous Slide"  

 

runat

 

="Server" Height="34" Width="33" Style="border: 0px" /> < 

 

 

asp:Image ImageUrl="Images/nextSlide.gif" ID="nextButton" AlternateText="Next Slide"  

runat

 

="Server" Height="34" Width="31" Style="border: 0px" />

 

 

 

</div>

I have set the scroll direction to 'Up, Down'. I still see the arrows and my image buttons do not work for Up and Down. Please let me know if there a solution for this? Also, Can I scroll more than one data at a time?

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 09 Jul 2009, 03:43 PM
Hi Lin,

I am not quite sure what may cause the first problem on your side. I prepared a test project by using the provided information but I was not able to reproduce the issue. For your convenience I attached my test project to the thread. Could you please rework it in order to replicate your setup and reproduce the problem? Then you could open a new support ticket (or use the existing one :N: 225788 ) and send us the reworked project. Once we have a better view over the problem we will do our best to provide a working solution.
I have already answered your support ticket related to your second question.

All the best,
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
Adis
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or