I have set an Application wide Theme but for a few of the grids I would like to use a different Theme. How can I change the Theme on the GridView. I have tried the following:
tbuilder = Telerik.WinControls.ThemeResolutionService.GetRegisteredControlStyleBuilder(
GetType(RadGridView).FullName, GetType(Telerik.WinControls.RootRadElement).FullName, "ControlDefault")
tbuilder.BuildStyle(myRadGridView.RootElement)
but GetRegisteredControlStyleBuilderGetRegisteredControlStyleBuilder methods retuns nothing.
Also how does one change the Theme on a DockManager control?
Telerik rocks!