Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
860
Row Height
posted

    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

Parents
  • 2426
    Suggested Answer
    posted

    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.

Reply Children
No Data