This question is locked. New answers and comments are not allowed.
Hello,
I have a scenario where I will leave the user change the theme of the application, selecting one of the available Telerik themes.
But I have a custom control that also needs to be themed. I don't want to modify the Telerik defined themes, because it could be complicated when a new version of the RadControls is available.
What would be the best option for this:
I have a scenario where I will leave the user change the theme of the application, selecting one of the available Telerik themes.
But I have a custom control that also needs to be themed. I don't want to modify the Telerik defined themes, because it could be complicated when a new version of the RadControls is available.
What would be the best option for this:
- Define theme files for the custom control and load them at the same time as the Telerik theme is loaded (how to do this?)
- When the custom control is created, detect the current application theme and set the control theme at this time.