I have a radmenu that that runs horizontally at the top of a web page with a handful of menu items. The default behavior is that the radmenu spans 100% of the page and the menu items appear to render very nicely (as expected).
When i add a default radgrid to the page everything continues to look fine.
When i add either of the following 2 properties to the RadGrid (see below) the radmenu now becomes really small. The menu no longer spans 100% of the pages and when expanded the menu items all render very small for some reason.
AllowFilteringByColumn="true"
EnableHeaderContextMenu="true"
I'm using the glow skin for the radmenu, but i have tried several skins and they all act the same.