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

Enabling filtering causes skin problems with Radmenu

3 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DonKitchen
Top achievements
Rank 1
DonKitchen asked on 21 Sep 2009, 01:29 PM
I have a Radmenu with EnableEmbeddedSkins="false" in my master page.  Everything works fine until that menu is used with a Radgrid that utilizes column filtering via AllowFilteringByColumn="True".  The Radgrid uses the embedded skin (i.e. not using EnableEmbeddedSkins="false").  It seems that the grid makes the Radmenu on the Masterpage ignore the modified skin that I've created and must be using the internal Grid skin.

How can I fix this?  For what its worth, both are using the Web20 skin.  Again, the Radmenu is the only one I've modified via Menu.Web20.css in my App_Themes folder.  Everything else is using the standard embedded skin.

Any ideas?

3 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 24 Sep 2009, 08:39 AM
Hi,

Based on the supplied information, it is very hard to determine what is causing this unwanted behavior.
If the problem persists, it will be best if you open a formal support ticket, and send us a small working project, demonstrating your setup, and the rendering problem. We will review it locally, and get back to you with additional information.
Thank you for your cooperation!

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
aly
Top achievements
Rank 1
answered on 04 Jan 2017, 11:01 PM

Guys, I have a problem with Radmenu and RadGrid. My menu is in masterpages and all works correctly until I land on a page with RadGrid's proprety set to AllowFilteringByColumn="true". All the group items RadMenu disappears. As soon as I turned AllowFilteringByColumn="False" the menu works correctly. Please see attached images. Image (a) shows all menu items. Image (b) shows the problem.

 

0
Konstantin Dikov
Telerik team
answered on 09 Jan 2017, 10:09 AM
Hello,

Such problem could occur if you are mixing two different RenderModes on the page. Can you please ensure that you are using the same RenderMode for the RadMenu and the RadGrid? You can set the render mode globally for all controls in the web.config file:
<appSettings>
  <add key="Telerik.Web.UI.RenderMode" value="Lightweight"/>

Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
DonKitchen
Top achievements
Rank 1
Answers by
Yavor
Telerik team
aly
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or