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

radRotator in the radSplitter problem?

2 Answers 94 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 18 Sep 2008, 01:49 PM

How can i put a radRotator into RadSplitter

I try use the code descrit bellow but radRotator i'snt visible into radSplitter > radSlidingPanel. Can you help me please?

<telerik:RadSplitter id="RadsplitterGaleria" runat="server" Width="1000px" Height="550px" Skin="WebBlue" Orientation="Horizontal" BorderSize="0">
                <telerik:RadPane id="pnlMenu" runat="server" height="22" scrolling="none">
                    <telerik:RadSlidingZone id="Radslidingzone" runat="server" height="22" SlideDirection="Bottom">
                        <telerik:RadSlidingPane id="RadSlidingPane" title="Galeria" runat="server" height="150">Galerias de Fotos
                            <br />
                            <!-- --------------------------------------------------------------------------------------------->
                            <!--                        RadRotator para listar dentro do RadSplit as galerias existentes    -->
                            <!-- --------------------------------------------------------------------------------------------->
                            <div style="width:100%">
                                <telerik:RadRotator ID="radRotatorGaleria" runat="server" DataSourceID="xmlGaleria" Width="100%" Height="50px" ItemHeight="50px" ItemWidth="145px" FrameDuration="1" ScrollDirection="Left,Right" RotatorType="AutomaticAdvance" Skin="Web20">
                                <ItemTemplate>
                                    <div>
                                        <img src=<%# XPath("Foto") %> alt='Galeria de Fotos' /><br /><%#XPath("Descricao")%>
                                    </div>
                                </ItemTemplate>
                                <ControlButtons LeftButtonID="img_left" RightButtonID="img_right" />
                            </telerik:RadRotator>
                            <asp:XmlDataSource ID="xmlGaleria" runat="Server" DataFile="~/controls/GaleriaFotos/xmlGaleria.xml"></asp:XmlDataSource>
                            </div>
                        </telerik:RadSlidingPane>
                    </telerik:RadSlidingZone>
                </telerik:RadPane>
               
                <telerik:RadSplitBar id="RadsplitbarGaleria" runat="server"></telerik:RadSplitBar>
                <telerik:RadPane id="pnlGaleria" runat="server" Height="440px">
                    <div id="screen" style="left: 0%; top: 51%">
                        <div id="grid"></div>
                    </div>
                    <div id="title" style="left: 0px; bottom: 90%"></div>
                    <div id="caption"></div>
                    <img id="loading" alt="" src="img/loading.jpg" style="visibility: hidden">
                </telerik:RadPane>
            </telerik:RadSplitter>

2 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 22 Sep 2008, 12:32 PM
Hi Paulo,
I tried to reproduce the problem you describe, but to no avail - please find my test page attached. I used the latest version of the suite for my test, namely version 2008.2.826.20.

Could you please prepare and send us a simple running project, demonstrating the problem?

Greetings,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Paulo
Top achievements
Rank 1
answered on 22 Sep 2008, 02:00 PM
Thanks Telerik,

I used version 2008.2.826.20 in my application!

I'll update the version

Tags
Splitter
Asked by
Paulo
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Paulo
Top achievements
Rank 1
Share this question
or