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

Customizing few of Application theme

2 Answers 91 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
FilipN
Top achievements
Rank 1
FilipN asked on 29 Jul 2009, 07:23 AM
Hi Telerik team,
in our project we want to use Office2007Black, to do so I call following in base form's constructor ThemeResolutionService.ApplicationThemeName = "Office2007Black"
It works just fine. However I also want to override theme for specific component (for example RadGridView). I have placed RadThemeManager on our base From, but if Office2007Black is active, it supresses this the custom theme.
Is there any way to implement this to have simultaneously active Office2007Black for application and MyCustomTheme for RadGridView?

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 29 Jul 2009, 09:45 AM
Hello FilipN,

Thank you for contacting us. Please refer to this help article. It basically says that the theme for the whole application has higher precedence over the theme set for a specific control. If you need different themes for different controls, you can use the code sample provided in the article I mentioned or you can set themes explicitly for every control. Please note the former is a bit more intricate for controls containing a lot of other controls e.g. RadGridView.

Do not hesitate to write us back if you have further questions. I hope your trial period is going overall fine.

Best wishes,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
FilipN
Top achievements
Rank 1
answered on 29 Jul 2009, 01:56 PM
Thank you for fast reply, I don't believe I could have missed that in documentation.

Yes our evaluation of Telerik controls is positive so far.
Tags
Themes and Visual Style Builder
Asked by
FilipN
Top achievements
Rank 1
Answers by
Nick
Telerik team
FilipN
Top achievements
Rank 1
Share this question
or