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

Overlay Issue

2 Answers 48 Views
Menu
This is a migrated thread and some comments may be shown as answers.
William Gollnick
Top achievements
Rank 1
William Gollnick asked on 05 May 2011, 03:49 PM
I have tried everything I can think of. Please see the attached image. I have a simple menu that willNOT overlay a test box below it.
The menu is within a <div><panel> menu  <panel><div>  and the text box is in another <div><panel> set. ccs dictates where on the form these grouping show. I have tried messing with the z-index and  overlay=true and all other kinds of things.
Help please

gollnick

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 May 2011, 06:08 AM
Hello William,

I have tried to replicate the issue but no avail. Here is the mark up that I tried.
MarkUp:
<telerik:RadMenu Skin="Black" ID="RadMenu1" runat="server" EnableRootItemScroll="true"
            EnableRoundedCorners="true" EnableShadows="true" CssClass="zIndex">
            <Items>
                <telerik:RadMenuItem Text="File">
                    <Items>
                        <telerik:RadMenuItem Text="New" />
                        <telerik:RadMenuItem Text="Open" />
                        <telerik:RadMenuItem IsSeparator="True" />
                        <telerik:RadMenuItem Text="Save" />
                        <telerik:RadMenuItem Text="Save As" />
                        <telerik:RadMenuItem IsSeparator="True" />
                        <telerik:RadMenuItem Text="Print Preview" />
                        <telerik:RadMenuItem Text="Print" />
                        <telerik:RadMenuItem IsSeparator="True" />
                        <telerik:RadMenuItem Text="Close" />
                    </Items>
                </telerik:RadMenuItem>
              </Items>
</telerik:RadMenu>
<br>
<telerik:RadTextBox ID="TextBox2" runat="server" Text="hai"></telerik:RadTextBox>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

Also take a look at the following links.
Show RadWindow above RadMenu.
Controlling absolute positioning with z-index.

Thanks,
Princy.
0
Kate
Telerik team
answered on 10 May 2011, 09:12 PM
Hello William,



Can you please open a support ticket and send us a sample page reproducing the issue since there may be other style that are applied and they might be the reason for this behaviour?



All the best,

Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Menu
Asked by
William Gollnick
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kate
Telerik team
Share this question
or