Hi, Is there a way to adjust the height of the WHDG data-row height?I tried to apply a ItemCssClass to the RootBand of the WHDG. But that does not seem to work properly.
Can someone please advise?
Hi,
I use this to change row height and any other styling:
.Class1
{background-image:none !important;background-color:#FFCCCC !important;height: 100px !important;}
I have this in my initializerow event:
e.Row.Items(13).CssClass = "Class1"
Ed