I'm trieng to get diffrent colors on diffrent groups.
Set's the color for all.. :-(
Is it possible to get "G 1" Red, "G 2" Blue and "G 3" Green.
| .rsHorizontalHeaderTable th |
| { |
| color: Pink !important |
| } |
| <div class="rsInnerFix" style="overflow:hidden;"> |
| <table class="rsHorizontalHeaderTable" cellpadding="0" cellspacing="0" border="0" style="height:25px;width:100%;"> |
| <tr> |
| <th>G 1</th><th>G 2</th><th>G 3</th> |
| </tr> |
| </table> |
| </div> |
I tried to change in the "OnResourceHeaderCreated" but without any luck.
The only way (not jet tested) that I have is to use jQuery to itterate over th in the table with class rsHorizontalHeaderTable...