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

radRotator stops

1 Answer 69 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
FEST
Top achievements
Rank 1
FEST asked on 25 Jul 2011, 09:43 AM
Hi! i have been trying to creat a non-stop rotator to the left. I was able to do it but when i change the values of frameduration or scrollduration other than 500 and 2000 respectevly the ortator stops at some point.

<telerik:RadRotator ID="RadRotator1" runat="server" Width="100%" ItemWidth="230"
                Height="71px" ItemHeight="69" ScrollDuration="1500" FrameDuration="0"
                PauseOnMouseOver="False"  ScrollDirection="Left" BorderColor="ControlDark" RotatorType="AutomaticAdvance">
            <Items>
                  <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_advancecare.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem>
                   <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_generali.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem
                   <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_global.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem
                   <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_josemata.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem
                   <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_lusitania.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem
                   <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_toga.gif" 
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem>
                    <telerik:RadRotatorItem>
                        <ItemTemplate>
                            <asp:Image runat="server" ID="Image2" ImageUrl="img/logos/clientes/logo_vitoria.gif"
                            CssClass="RotatorItem" AlternateText="Customer Image" />
                        </ItemTemplate>
                    </telerik:RadRotatorItem
             </Items>
    </telerik:RadRotator>

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 26 Jul 2011, 03:19 PM
Hello,

    I tried reproducing the issue you encountered, but to no avail. I have attached my test project as a reference. Please compare it with your actual code and try to locate any differences.  Also, please make sure that you are actually using the code that you sent us when you experience this behavior.

  When utilizing RadRotator please keep in mind that the dimensions shouldn't be specified in percents, as this is not a supported scenario, they should be set in pixels.

You may also check if the WrapFrames property of the rotator is set to 'false' (for example in code-behind), which will force the RadRotator to stop scrolling after the items have finished rotating once.

  If you are still experiencing difficulties, please send us a simple, runnable project that isolates your case so that we can inspect it locally and expose the issue. You may use my test page as basis for your demo.

Regards,
Slav
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!

Tags
Rotator
Asked by
FEST
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or