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

floating Radmenu in radWindow

1 Answer 82 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, 12:01 PM
Hi,

I have a radgrid to display data along with an edit link to pop up radwindow to update data however the radmenu from the master page in my radgrid still floats in the radwindow .I will be very thankful to you if you could help me out not to see the floating radmenu from the radgrid in my radwindow pop up.


Thanking you in advance.


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Mar 2009, 06:20 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