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

RadMenu appearing above RadWindow

1 Answer 60 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 13 May 2008, 03:50 PM
I am currently writting a project that pops up a RadWindow with options for the user.  But the RadMenu from the original ascx (behind (parent of)) the RadWindow is staying above the RadWindow.  So if i move the RadWindow about everything behind it is darkened and cannot be selected except the RadMenus.  Is there any option or anyway to stop the RadMenus staying above the RadWindow?? (other then seting them to enabled="False")

Thanks in advance

Ian Ramsay

1 Answer, 1 is accepted

Sort by
0
Shaun Peet
Top achievements
Rank 2
answered on 14 May 2008, 03:31 AM
You'll need to set the z-index of the menu to a value less than that of the window.  Have a look in the documentation for the default z-indexes for the ASP.NET AJAX suite to determine where the menu should be.  Hope that helps.
Tags
Menu
Asked by
Ian
Top achievements
Rank 1
Answers by
Shaun Peet
Top achievements
Rank 2
Share this question
or