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

RadRotator IE

1 Answer 54 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
MICHAEL O'SHEA
Top achievements
Rank 1
MICHAEL O'SHEA asked on 29 Oct 2010, 09:26 PM
I am using RadRotator for an image gallery.  It works fine in Firefox but in IE I have run into a couple of bugs.  When the page first loads, the RadRotator does not show up and I need to refresh the page for it to be visible.  Also, the last item in the rotator is not being displayed on some pages.  Looking at the source code, the item is listed in the html just like the others, but it is not visible in the RadRotator.

<telerik:RadRotator ID="thumbRotator" runat="server" WrapFrames="false" RotatorType="ButtonsOver" UseSmoothScroll="True" Width="572px" Height="119" ItemWidth="145" FrameDuration="1"  ScrollDirection="Left,Right" OnItemClick="ShowImage" OnClientLoad="OnRotatorLoad" >
     <ItemTemplate>
           <img src='<%# DataBinder.Eval(Container.DataItem, "Image") %>' alt='gallery image' height='104' class="rotatorimage" />
     </ItemTemplate>
     <ControlButtons LeftButtonID="img_left" RightButtonID="img_right" />
</telerik:RadRotator>

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 03 Nov 2010, 10:35 AM
Hi Raj,

Could you please apply the suggested in this help article and you should not experience the same problem.

Greetings,
Fiko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Rotator
Asked by
MICHAEL O'SHEA
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or