views:

371

answers:

1

I have just added a Telerik menu to my MVC application. I also have many views that render Telerik grids on them.

Problem: My menu has one item with sub items. When I hover over that menu item, the dropdown slides beneath the Telerik Grid, which hides most of the sub items and makes it impossible to click them. Any idea how to make the menu dropdown slide over the grid instead of under it?

alt text

+1  A: 

I suppose this has something to do with the z-index of the menu. Try increasing it gradually (compared to the grid) until it displays over the grid table. Hope this helps.

Dick

Dick Lampard