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

Rotator with ticker inside Menu Item Template

1 Answer 60 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Barışcan
Top achievements
Rank 2
Barışcan asked on 24 Apr 2012, 12:08 AM
Hi, I want to combine Rotator with ticker and Menu. 
As exapmle I want to insert http://demos.telerik.com/aspnet-ajax/rotator/examples/ticker/defaultcs.aspx this example into http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx this example's one of the dropdowns (For Example News part).

<telerik:RadMenuItem Text="Spor" PostBack="false">
                   <Items>
                        <telerik:RadMenuItem CssClass="News" Width="640px">
                            <ItemTemplate>
                                <div id="NewsWrapper" class="Wrapper">
                                    <h3>
                                        Spor Etkinlikleri & Haberler</h3>
                                    <div class="newsLeft">
                                        <telerik:RadRotator ID="RadRotator1" DataSourceID="XmlDataSource1"
                                        runat="server" Width="400" ItemWidth="400" Height="250" 
                                        ItemHeight="250" FrameDuration="10000" ZIndex="5000">
                                            <ItemTemplate>
                                                <div class="jewelryImage">
                                                    <img src="<%# XPath("Image") %>" height="250" width="150" alt="Image"  />
                                                </div>
                                                <div class="jewelryRightPane">
                                                    <div class="jewelryDescription">
                                                        <div class="jewelryDescription_Text">
                                                            <telerik:RadTicker ID="RadTicker1" runat="server">
                                                                <Items>
                                                                    <telerik:RadTickerItem Text='<%# XPath("Title")%>' />
                                                                </Items>
                                                            </telerik:RadTicker>
                                                        </div>
                                                    </div>
                                                    <div class="jewelryName">
                                                        <asp:Label ID="Label1" runat="server" Text='<%# XPath("ItemName") %>'  height="35" width="250" alt="" Font-Names="Consolas"></asp:Label>
                                                    <div class="addToCart">
                                                        <a href="#" onclick="return false;">
                                                            <img src="images/HaberinDevami.png" height="22" width="250" style="border: 0px" alt="Haberin Devamı"
                                                                title="Haberin Devamı" />
                                                        </a>
                                                    </div>
                                                </div>
                                            </ItemTemplate>
                                        </telerik:RadRotator>
                                    </div>
                                    <a class="moreLink" href="#">Hepsini Gör &raquo;</a>
                                </div>
                            </ItemTemplate>
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenuItem>

İt seems fine, I can see the images or other stuff in page's source code but i can't see it in menu there is a white blank. When i put rotator outside of the menu it works well but in menu not. I have tried to put zindex=5000 to rotator but didnt work.
You can want any further information.

1 Answer, 1 is accepted

Sort by
0
Barışcan
Top achievements
Rank 2
answered on 05 May 2012, 07:37 PM
Anyone ???
Tags
Menu
Asked by
Barışcan
Top achievements
Rank 2
Answers by
Barışcan
Top achievements
Rank 2
Share this question
or