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

large text field display options

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
johnathan
Top achievements
Rank 1
johnathan asked on 30 Dec 2008, 03:34 AM
Hi,
 I have a text field that is used to enter information regarding meetings. I am wondering is it possible to show the text information in another row. For instance, In first row I have general information, date, location, title. In the second row I would show the text field giving the meeting details. I think I could possibly do it with hiearchy grid, however the second row would need to be expanded automatically for all rows, so that the user does not have to click the little '+'  :-) Any direction will be greatly appreciated

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Dec 2008, 04:12 AM
Hello Jonathan,

You can use Hierarchial grid and set the HierarchyDefaultExpanded property of the grid to true so as to have the detail table expanded automatically as shown below:
aspx:
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" > 
    <MasterTableView  HierarchyDefaultExpanded="true" DataSourceID="SqlDataSource1"
          .... 

Thanks
Princy

Tags
Grid
Asked by
johnathan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or