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
1139
Setting Row Height
posted

Trying to make the rows tighter, but not having much luck.

Tried the row initialize event, and could see the event being called for each row, but the row height css was not changing the row.

Then tried:

 <Columns>
<ig:BoundDataField DataFieldName="TrustorName" Key="TrustorName" CssClass="WebDataGridRowheight">
<Header Text="TrustorName"/>
</ig:BoundDataField>
</Columns>

css: .WebDataGridRowheight
{   height:10px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #444951;
     border-collapse:collapse;
     padding:0;
     margin:0;
     border-spacing:0;
    }
But no luck changing the row height.  But changing the color to red works just fine, so I know the css is being called and works correctly.

Anything else that might help set the row height, really need this.

 

 

 

Parents
No Data
Reply Children