How do i get the row height when StyleSetName=Office2007Blue. I have tried setting the Item/Header height via a cssClass but to no avail.
John
Hi mdelgado,
The important thing to remember here is to use the same css selectors that we use in our default styles. For instance, the cell items' css selector is defined:
tbody.CustomClassName>tr>td
So long as you use those selectors, standard CSS inheritence rules apply where you can define your own css classes to apply to the grid's elements without touching the default styles.
Your solution works... thanks for the help