This question is locked. New answers and comments are not allowed.
Hello,
We have set the application level theme by using the following statement
We have set the application level theme by using the following statement
StyleManager
.ApplicationTheme = ThemeManager.FromName("Summer");
Now we want to change the theme for RadGridView on one usercontrol to office_black, please suggest how can we override the application level theme just for one control.
We have tried to use StyleManager.SetTheme(radGridView1, new Office_BlackTheme()) but could not succeed.
Another question is how can we change the background color of header row of RadGridView control.
Regards
Rohit Shrivastava