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

Nasted Row ( Rows in a Row)

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 08 Mar 2009, 10:38 PM
I have got 3 colums (colums: FirstName, LastName, Tel )
For the FirstName and LastName I use GridBoundColumn this ist fine. But for the last one I dont know what to use (I could have several numbers and there for I need several Rows in a Row). How can I solve this problem my DataSource ist a List (string FirtsName, string Lastname, List Tel)


1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 12 Mar 2009, 11:07 AM
Hello John,

To display multi-row data in the last column of your web grid, consider using GridTemplateColumn with html table inside it to define its layout. Review the following online resources of the product for more details:

http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdcustomizewithgridtemplatecolumn.html

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or