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

Insert a custom row after each record in kendo-grid with angularjs

1 Answer 182 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eddie
Top achievements
Rank 1
Eddie asked on 16 Aug 2016, 03:15 PM

I'm creating a kendo-grid using grid options object like shown in the example: http://i.stack.imgur.com/EeNeb.jpg

The datasource returns all the fields including the comment (colored in orange). So each record in the table has a few constant cells (td) and another line below that starts from the second <td> until the end of the <tr>.

Is there a way to use the kendo-grid and add the additional comment line for each record ?

Thanks, 
Eddie

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 18 Aug 2016, 08:10 AM

Hello Eddie,

I'm afraid that Grid widget supports having only a single tr element per data record - the number of records should match the number of rows. However you may consider using a detail template if it fits your scenario.

 

Regards,
Rosen
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Eddie
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or