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

RadGrid Hijacks RadMenu

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marbry
Top achievements
Rank 1
Marbry asked on 08 Aug 2011, 11:27 PM
I had a RadMenu on the page and other controls that were working just fine.  I added a RadGrid and it started hosing things up.

It overlaps the other controls to start with, but I spaced it out some more and that appears to be ok, although I need to test some more with different screen configurations.  But there is a positioning issue there.

The other issue was regarding an interaction with the menu.  When the page first loaded, the menu looked fine.  After I selected a row in the grid however, the contents of the two top level menu items that had children were duplicated 10 more times in each one.  I checked, and the post back was occurring just once for the row selection, and it was properly marked as a post back.

I wasn't tying the grid to the menu in any way.  However, on a hunch, I set the FilterMenu Enabled property to False on the grid.  This seems to have remedied the problem, although I don't know why it would automatically be doing anything with that menu.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Aug 2011, 05:30 AM
Hello Marbry,

Try setting the z-index property accordingly.

Also take a look at the following code library.
Show RadWindow above RadMenu

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