I have a problem with the height of rows in the radGrid with IE 6. Some rows are twice as high as other rows but the text fits in one row. Can I force the row height to an fix value?
Thx
Oli
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 07 Apr 2008, 10:13 AM
Hi Oliver,
You can explicitly set the height of the data rows in RadGrid by using its ItemStyle property. Check out the following code snippet:
<rad:RadGrid ID="RadGrid1"runat="server">
<ItemStyle Height="40px"/>
</rad:RadGrid>
Basically, if the cell text can be accommodated in one line the height of the rows should remain intact. You can test that on the following online demo of the product (resizing the column widths):