I can't find a way to display grid header (but not simple header) in defined by me: font and background color. Situation is the following: - I have a grid with columns like this:
-----------------------------------------
| name |
--|-----------------------------------|--
| part 1 | part 2 |
--|-----------------------------------|--
| p1 | p2 | p3 | p1 | p2 | p3 |
--|-----------------------------------|--
I have to display ONLY main header field ("name") in special color on special background, let's say white on red
in main column ("name") definition I set style: (for font color) cls: (for defined in css file, background color)
And I can set font color for every "level" of headers differently as I want, but background color anyway working for all of the headers.
Be so kind and tell me why?: