This question is locked. New answers and comments are not allowed.
Do you guys have a guide for overriding the default grid colors?
Your CHM file has a "Styling" section for the grid, which shows how to conditionally change the font & background colors for an individual cell.
What we need is: A way to color our grid to match our corporate colors.
(See image attached)
1) How do we change the grid header background & font colors, plus the "selected" header blue color?
2 & 3) How do we change the odd/even row background colors, plus the "selected" row color?
4) How do we change the background color of the grid itself (when there would normally be white space)?:
Other Info:
We are injecting your code via NuGet and reference your code in our default.html page like this:
Side questions:
1) I notice that when I change our link href from your /css/light.css to /css/dark.css, your grid colors do not appear to change (see attached image) - i.e. the headers are grey for both. Is this right or are we doing something incorrectly?
2) Can we override your colors programatically or will we need to override your css classes? Which ever way it is, please give us either code example or the class names we need to override (or detail out alternate solution, whatever that may be).
Thanks,
Ray
Your CHM file has a "Styling" section for the grid, which shows how to conditionally change the font & background colors for an individual cell.
What we need is: A way to color our grid to match our corporate colors.
(See image attached)
1) How do we change the grid header background & font colors, plus the "selected" header blue color?
2 & 3) How do we change the odd/even row background colors, plus the "selected" row color?
4) How do we change the background color of the grid itself (when there would normally be white space)?:
Other Info:
We are injecting your code via NuGet and reference your code in our default.html page like this:
<!-- Telerik RadControls 2013 Q1 --><link href="Telerik.UI/css/common.css" rel="stylesheet" /><link href="Telerik.UI/css/light.css" rel="stylesheet" /><script src="Telerik.UI/js/jquery.js"></script><script src="Telerik.UI/js/ui.js"></script>Side questions:
1) I notice that when I change our link href from your /css/light.css to /css/dark.css, your grid colors do not appear to change (see attached image) - i.e. the headers are grey for both. Is this right or are we doing something incorrectly?
2) Can we override your colors programatically or will we need to override your css classes? Which ever way it is, please give us either code example or the class names we need to override (or detail out alternate solution, whatever that may be).
Thanks,
Ray