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

[Solved] Theme

3 Answers 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
k
Top achievements
Rank 1
k asked on 10 Feb 2011, 09:25 PM
I'm working with Telerik MVC controls, Now I want to use one theme for panel bar and different theme for grids. I used the StyleSheetRegistrar() in the page  which using the panel bar and another StyleSheetRegistrar() in the page which using the grids, then for both panels and grids are taking any one theme only. How specify theme at control level or how to specify one theme for all grids in the site?

3 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 11 Feb 2011, 09:21 AM
Hi k,

The extensions do not support multiple themes on one page. You can edit the themes in order to target specific areas from your pages. This is done by prefixing each CSS selector to add more specificity, e.g.:
    .t-widget {}
becomes
    #area .t-widget {}

This should be done for all themes that you intend to include.

Best wishes,
Alex Gyoshev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
k
Top achievements
Rank 1
answered on 11 Feb 2011, 04:31 PM
Then How to use the #area in the control? where to specify that style?
0
Alex Gyoshev
Telerik team
answered on 14 Feb 2011, 09:05 AM
Hi k,

In order to use the #area, you should have a <div id="area"> around the component (or any other tag). Learn more about CSS class and ID selectors.

Regards,
Alex Gyoshev
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
k
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
k
Top achievements
Rank 1
Share this question
or