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

Rotator - Loop Items

2 Answers 57 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 19 Sep 2012, 01:00 PM
Hi,
Is there any way we can stop the loop on Rotator? I am using "ButtonOver" Rotator type and I am using left and right control buttons to move. If I have 10 items, after the 10th item I don't want to see 1st item. I would like to stop it after 10th item. May be just disable the right control button.

Can you please help me to achieve this? I searched rotator forums and I couldn't find similar threads.

Thanks for your help.

-Mahesh

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 20 Sep 2012, 05:44 AM
Hi Mahesh,

Try setting  WrapFrames property as false inorder to avoid looping of items.
aspx:
<telerik:RadRotator ID="RadRotator2" runat="server"  WrapFrames="false" Width="224px" Height="112px"  ItemHeight="112px" ItemWidth="112px" RotatorType="ButtonsOver"   DataSourceID="SqlDataSource2"></telerik:RadRotator>

Thanks,
Shinu.
0
Mahesh
Top achievements
Rank 1
answered on 20 Sep 2012, 12:19 PM
It worked for me. Thank you very much. I missed it.

-Mahesh
Tags
Rotator
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Mahesh
Top achievements
Rank 1
Share this question
or