RadRotator script message in Sitefinity

Posted by Community Admin on 05-Aug-2018 15:25

RadRotator script message in Sitefinity

All Replies

Posted by Community Admin on 22-Mar-2011 00:00

Hi,

I have developed a widget with a RadRotator. When a page containing that widget is opened I'm continuously receiving a script message(attached) and the control is not rotating images. The duration i'm receving the script message seems to be same as the FrameDuration. Any ideas how to get this to work in Sitefinity 4?

Rotator Code:

<telerik:RadRotator ID="RadRotator1" runat="server" Width="605" ItemWidth="605" Height="289"
                    RotatorType="SlideShow" ItemHeight="289" FrameDuration="4000">
                    <SlideShowAnimation Type="CrossFade" Duration="1500" />
                    <ItemTemplate>
                        <asp:Image ID="Image1" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "MediaUrl") %>'
                            AlternateText="" Width="605" Height="289" />
                    </ItemTemplate>
                </telerik:RadRotator>


Thanks,
Duneel

Posted by Community Admin on 29-Mar-2011 00:00

Hello Duneel,

Is there any specific clinet side logic in your widget related to the RadRotator?

Regards,
Pavel
the Telerik team

This thread is closed