I overrode this however the change only changed for about 50% of the grids. Not sure what is happening.
Thanks,
Joe
0
Dimo
Telerik team
answered on 13 Aug 2009, 12:52 PM
Hello Joe,
There are two possible reasons for this:
1) Some of your RadGrids have a different skin, not Office2007
2) You have some custom CSS styles in the website, which have higher specificity and cannot be overridden with the provided CSS rules (see the link in my previous post).
Since option (1) would be pretty obvious, I suggest that you inspect your web pages with Firebug in order to trace the CSS styles that interfere.