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

Rad menu

1 Answer 104 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Parodist
Top achievements
Rank 1
Parodist asked on 12 Mar 2009, 08:41 PM
Hi,


I have  a radwindow pop up on click of the edit link  from the radgrid which inherits  a master page containing radmenu however I can still see the radmenu floating on the radwindow which is very annoying .How can I remove the floating radmenu  in the radpopup window.


Thanking you in advance.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Mar 2009, 06:24 AM
Hi Parodist ,

Could you please set the following class on the page with the RadGrid  and RadMenu:

    <style type="text/css">
    .radwindow { z-index: 8000 !important; }
    </style>

The other way is to set the <telerik:RadMenu style="z-index:3000" ID="rm1" runat="server">

Go through the online doc Controlling absolute positioning with z-index for getting more information about the z-index.
Also here is one Knowledge base artice explaining how to Show RadWindow above RadMenu.


-Shinu.


Tags
Menu
Asked by
Parodist
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or