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

RadMenu odd resizing with certain RadGrid properties

2 Answers 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jason Bourdette
Top achievements
Rank 1
Jason Bourdette asked on 19 Oct 2015, 04:46 PM

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.

 

2 Answers, 1 is accepted

Sort by
0
Jason Bourdette
Top achievements
Rank 1
answered on 20 Oct 2015, 12:24 AM
turns out that AllowFilteringByColumn="true" or EnableHeaderContextMenu="true" in the RadGrid doesnt work to good when the radmenu is in lightweight rending mode. Once i changed it to another rendering mode my page was fine.
0
Ivan Danchev
Telerik team
answered on 20 Oct 2015, 06:13 AM
Hello,

Thank you for getting back to us and sharing the solution you have found. It looks like a conflict caused by the different render modes of the Grid's HeaderContextMenu and the Menu, was behind the observed behavior. If there are two Menus or two instances of another of our controls on your page you must ensure they are using the same RenderMode.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Menu
Asked by
Jason Bourdette
Top achievements
Rank 1
Answers by
Jason Bourdette
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or