Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Scroll item by item for each click
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Scroll item by item for each click

Feed from this thread
  • Taraman avatar

    Posted on Apr 7, 2011 (permalink)

    Hello Telerik,
    I have created a rotator as follow:
    <telerik:RadRotator ID="Rotator" runat="server" BorderWidth="1" BorderColor="Blue" RotatorType="Buttons"    Width="600px" Height="300px" ItemWidth="200px" ItemHeight="300px" WrapFrames="false"  InitialItemIndex="0" FrameDuration="1" ScrollDirection="Left,Right">
         <ItemTemplate>
                <asp:Label ID="LabelName" runat="server" ></asp:Label>
          </ItemTemplate>
    </telerik:RadRotator>

    when click on the scroll buttons, it slide all item and get the next group,
    I need to scroll item by item for each click

    thanks,
    Taraman

  • Posted on Apr 8, 2011 (permalink)

    Hello Taraman,


    You can accomplish this by making use of client side api of RadRotator.

    More information will be available here:
    Rotator / Client-side API



    -Shinu.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Scroll item by item for each click