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

radgrid filter dropdown list expands behind radmenu which is below the radgrid

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sf
Top achievements
Rank 1
sf asked on 16 Nov 2010, 05:32 AM
I have a radgrid on top of the page, and a radmenu below it.
when I click on the filter icon of a column in the radgrid, the filter options list expands behind the radmenu...

I tried to change radmenu z-index it didnt help. Is there a way to get around this problem?

thanks in advance

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Nov 2010, 11:10 AM
Hello,

I have achieved this by setting the lower z-index of RadMenu than RadGrid, so that the filtermenu will appear above the RadMenu. Give a try with the following.

ASPX:
<telerik:RadMenu ID="RadMenu1" Runat="server" style="z-index:1000;" >
        <Items>
          . . .
        </Items>
</telerik:RadMenu>

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