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

CSS for RadGrid & RadMenu

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DogBizPro
Top achievements
Rank 1
DogBizPro asked on 15 Dec 2016, 06:00 PM
I have a RadMenu for our application navigation, with css styles to show what item you are on for any given page. This works perfectly fine until I am on a page with a RadGrid included. If I set  EnableEmbeddedBaseStylesheet="false"  then the RadMenu shows up fine, but the RadGrid looks HORRIBLE. How can I have the RadMenu and RadGrid both show up as they should?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 20 Dec 2016, 06:20 PM
Hello,

Note that EnableEmbeddedBaseStylesheet prevents registering on the base stylesheet of the control.Therefore to resolve the problem you encounter you should register the base style sheets of the grid control manually:
http://docs.telerik.com/devtools/aspnet-ajax/general-information/controlling-visual-appearance/skin-registration

Regards,
Pavlina
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
DogBizPro
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or