This question is locked. New answers and comments are not allowed.
Hi everyone,
I have two themes: light, dark.
Light is the default theme.
Here is the scenario:
- A page loads with a RadGridView
- The loaded theme is still the default.
- I apply filters on different columns
- I change the theme to dark
- When I try to filter on columns (by clicking on the columns filter icon) which had filters on before changing theme, the filter box doesn't open. It works nice for those columns which didn't have filters applied.
What the app does to change the theme is:
StyleManager
.SetTheme(obj, Office_SilverTheme());
where the obj is the RadGridView.
My SL version is 2011.1.419.1040.
Please see the attached image.
Thanks for any help!