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
Your solution works... thanks for the help
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.
Hi,
You do not need to modify the default CSS. You can always create your own CSS files or Appstylist and reference it. You can apply the Appstylist at the project or page or control level.
Magued
Are you suggesting to modfy the infragistics defaults css for that stylesetname? If so,Why does these properties exist if i cannot override them? What if infragistics upgrades this grid? Can i be guarenteed that these styles will remain the same? We have made a design decision not to fiddle with the infragistics defaults but instead override these class with our own using the designer.
Hi Manuel,
I am following up with you and if the issue was resolved.