I recently installed the update to 2011.1.315.40, and now find that RadRotator left and right buttons both show up on the left side of the RadRotator (see attached jpg). Before the update, in this project, the buttons were on the left and right sides as expected.
Has anyone else encountered this? Any ideas? Aspx for one of the pages follows:
Has anyone else encountered this? Any ideas? Aspx for one of the pages follows:
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <div class="textcontent"> <h1>Exterior Pictures</h1> <div> <telerik:RadRotator ID="RadRotator1" runat="server" Height="363px" Style="margin-left: 60px" ItemHeight="363px" ItemWidth="550px" RotatorType="SlideShowButtons" Width="590px" Skin="Default"> <SlideShowAnimation Duration="3000" Type="Fade" /> <ItemTemplate> <asp:Image ID="Image1" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "ImageUrl") %>'/> </ItemTemplate> </telerik:RadRotator> </div> </div> </asp:Content>