This is a migrated thread and some comments may be shown as answers.

Height Setting

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Elton Ho
Top achievements
Rank 1
Elton Ho asked on 09 Jun 2011, 01:06 PM
Hi,

How to set the height of the grid row so that each row can show 2+ lines? No need to be determined the height dynamically.


Thanks,
Elton

1 Answer, 1 is accepted

Sort by
0
Gimmik
Top achievements
Rank 1
answered on 09 Jun 2011, 08:34 PM
Hi Elton,

You can directly control the height of your rows in a RadGrid. Here's an example.

Let me know if this works for you,
-Gimmik

<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" AutoGenerateColumns="true">
<MasterTableView>
<ItemStyle  Height="50px"/>
<AlternatingItemStyle Height="50px"/>
</MasterTableView>
         
</telerik:RadGrid>
Tags
Grid
Asked by
Elton Ho
Top achievements
Rank 1
Answers by
Gimmik
Top achievements
Rank 1
Share this question
or