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

Rad Grid Filter Menu going behind Rad Menu

1 Answer 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 15 Jun 2009, 05:10 PM
If the filter menu hits the bottom of the bowser window then it starts to go up, which is great except it flows behind my rad menu. The rad menu is in the master page and the grid is in the content page.

Any idea as to how to prevent that?

Thanks
Randy Miller

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jun 2009, 11:52 AM
Hi Randy Miller,

Try setting lower z-index value for RadMenu than RadGrid, so that the filtermenu will appear above the RadMenu.

ASPX:
 
<telerik:RadMenu ID="RadMenu1" Runat="server" style="z-index:1000;" >   
     <Items>   
      . . .   
     </Items>   
</telerik:RadMenu> 
Checkout the following link for more information about z-index.
Controlling absolute positioning with z-index

Thanks,
Princy.
Tags
Grid
Asked by
Randy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or