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,
I have applied the Office2007Blue style to a WebDataGrid and using IEDevToolBar the class that the cell inherits from are the Tbody.igg_Office2007BlueItem TR TD and Tbody.igg_Office2007BlueAlt TD.
You can change the properties in those classes such as height, padding or margin and this would change the row height.
Magued
Hi Manuel,
I am following up with you and if the issue was resolved.
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.
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.