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?
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.