Hi Guys,
I have a rad rotator in a rad notification. This rad notification is included in a panel which can be updated after an ajax request. If so, the radrotator is not displaying the content anymore.
i saw that
http://www.telerik.com/help/aspnet-ajax/rotator-coverflow-animation-and-ajax.html
saying you need to register the script in the code behind.
I have not been able to translate my parameters to have a persistent radrotator. Could you please help me? here is my radrotator:
Thank you
Gregory
I have a rad rotator in a rad notification. This rad notification is included in a panel which can be updated after an ajax request. If so, the radrotator is not displaying the content anymore.
i saw that
http://www.telerik.com/help/aspnet-ajax/rotator-coverflow-animation-and-ajax.html
saying you need to register the script in the code behind.
I have not been able to translate my parameters to have a persistent radrotator. Could you please help me? here is my radrotator:
<telerik:RadRotator ID="rrTest" runat="server" WrapFrames="true" Width="708" height="17" ScrollDirection="Left" ScrollDuration="19000" FrameDuration="0" RotatorType="AutomaticAdvance" ItemHeight="15px" ItemWidth="1450" > <ItemTemplate> <div style=""> <% Response.Write(mystring); %> </div> </ItemTemplate> </telerik:RadRotator>Thank you
Gregory