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

Menu Opens Behind RadWindow

6 Answers 199 Views
Menu
This is a migrated thread and some comments may be shown as answers.
rdochert
Top achievements
Rank 1
rdochert asked on 02 Feb 2008, 09:42 PM
hi

i have a radmenu in a master page and a radwindow in the main page which is always visible. the radmenu, when it opens, is unfolding behind the radwindow so it cannot be used. any ideas on a fix for this. all elements on the master and the main page are using prometheus exclusively.

cheers,
rob

6 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 04 Feb 2008, 01:46 PM
Hi rdochert,

Please try to set the ZIndex property of the RadMenu to a high number (e.g. 10000).

I hope this helps.

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Joel Kraft
Top achievements
Rank 2
answered on 06 Apr 2008, 03:23 AM
I am having this same issue, but it only happens with IE.  When my menu expands horizontally, it goes under pretty much anything else that is on the page.  This includes RadGrid, and even calendars and plain datagrids.

How does one go about setting the z-index of the RadMenu to fix this?
0
Jeffrey Sylvan
Top achievements
Rank 1
answered on 28 May 2008, 08:47 PM
I am having this issue as well.

In my old code I had   this._Menu.DomElement.style.zIndex = 999999; and it worked fine. After the upgrade, I changed it to  this._Menu.get_element().style.zIndex = 999999; and it does not seem to do anything. I checked the html of the dom element and it looks like everything under it is just a li or ul

Do I have to set the zIndex somewhere else?

The issue appears to be happening on the public demo as well:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Menu/Examples/Appearance/Skins/DefaultCS.aspx
If you put your mouseover the file option of the horzintal menu, the menu will go under
It does not seem to happen in the old demo:
http://www.telerik.com/demos/aspnet/Menu/Examples/Appearance/Skins/DefaultCS.aspx

0
License Developer
Top achievements
Rank 1
answered on 29 May 2008, 12:08 AM
I am also having the problem with the menu appearing behind a radpane.

how do you set the Z-Index?
0
Peter
Telerik team
answered on 29 May 2008, 05:58 AM

RadMenu doesn't have a Zindex property exposed, but you can set it inline like this:

<telerik:RadMenu ID="RadMenu1" runat="server" style="z-index: 10000">


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jeffrey Sylvan
Top achievements
Rank 1
answered on 29 May 2008, 03:18 PM
Thanks a bunch. The Z-Order works fine now.
Tags
Menu
Asked by
rdochert
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Joel Kraft
Top achievements
Rank 2
Jeffrey Sylvan
Top achievements
Rank 1
License Developer
Top achievements
Rank 1
Peter
Telerik team
Share this question
or