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?
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?