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

RadRotator inside RadSplitter problem

3 Answers 91 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Julien
Top achievements
Rank 1
Julien asked on 09 Oct 2009, 02:41 PM
Hi,

I have a problem with a RadRotator inside a Radsplitter :
My RadRotatorType is "Buttons".
WrapFrames are set to false.
When I Click on the right arrow, there are no transition effects.
When I Click on the left arrow for going in the initiale position, it seems to go back 2 step before. My rotator WrapFrames property is set to false so I Have blank items.

Here is a simplified portion code with this problem happening :
<telerik:RadSplitter id="RadSplitter1" runat="server"
  <telerik:RadPane id="MiddlePane" runat="server" Width="956" Scrolling="None"
    <div class="vo_visite_apercu_conteneur">     
        <asp:Image ImageUrl="~/images/flecheGvisite.jpg" ID="flecheGvisite" CssClass="flecheGvisite" AlternateText="gauche" runat="server" /> 
        <asp:Image ImageUrl="~/images/flecheDvisite.jpg" ID="flecheDvisite" CssClass="flecheDvisite" AlternateText="droite" runat="server" /> 
        <div class="vo_visite_apercu_div_rotator"
          <telerik:RadRotator ID="RadRotator1" runat="server" RotatorType="Buttons" Width="316px" Height="90px" ItemWidth="79" ItemHeight="75" ScrollDirection="Left" CssClass="vo_visite_apercu_rotator"
            <ItemTemplate> 
              <div class="vo_visite_apercu_item"
                <div class="vo_visite_apercu_img"
                  <asp:Image ID="imgVeh" runat="server" Width="75" ToolTip="Cliquez pour accèder au détail" ImageUrl='<%# "~/images/" & Container.Dataitem("imgItem") & "-1small.jpg" %>' /> 
                </div> 
                <div align="center" class="vo_visite_apercu_chkBox"
                  <asp:CheckBox ID="chkVeh" runat="server" /> 
                </div> 
              </div>                 
            </ItemTemplate> 
          <ControlButtons LeftButtonID="flecheGvisite" RightButtonID="flecheDvisite" /> 
        </telerik:RadRotator> 
      </div> 
    </div> 
  </telerik:RadPane> 
</telerik:RadSplitter> 

When I put my code outside the radsplitter everything works fine.
Is there a solution to make this work?

Thank You,

Julien

3 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 15 Oct 2009, 12:17 PM
Hello Julien,

In the provided code you use several CSS classes, that can affect the behavior of the controls on the page. Could you please open a new support ticket and send us a runnable project including the CSS declarations? We will check it and do our best to provide a working solutions as soon as possible.
Additionally, I recommend you check this help page for more information about the configuration of the RadRotator control.

Greetings,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Syan
Top achievements
Rank 1
answered on 20 May 2015, 06:10 AM

Hi,

I'm working on image slideshow using radrotator. I have 10 images in rotator how i know which is my last image in rotator or how i define it??

 

0
Slav
Telerik team
answered on 22 May 2015, 03:17 PM
Hi,

You can use the OnClientItemShown event in order to get the index of the item that is currently displayed. The example in the help article of the event will help you achieve this: http://www.telerik.com/help/aspnet-ajax/rotator-onclientitemshown.html

Regards,
Slav
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Rotator
Asked by
Julien
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Syan
Top achievements
Rank 1
Slav
Telerik team
Share this question
or