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