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

Bulk Edit in Detailed/Hierarchical Editable Grid

1 Answer 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nagaraju
Top achievements
Rank 1
Nagaraju asked on 03 May 2016, 06:38 AM

Hi,

   I am working on an application in which it contains detailed editable grid.

Top/Parent  Grid is the Summary data , which is one row per employee. which is non-editable.

and the Child grid contains detailed data for each employee which is editable. Like, if we expand the parent row, It will show-up all the detailed rows for that employee.

 

Now, My requirement is, I need to add check-boxes for the Parent grid such that I can select multiple rows and modify the parent rows(Modifying means adding a new row ), then row should be added to the corresponding child grid.

 

I am using JSP for this. Can you please help/point me to the corresponding examples if available.

 

And is there any demos avaliable for JSP Kendo UI for Detailed/Hierarchical Editable Grid ?

 

Thanks In Advance.

 

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 05 May 2016, 01:06 PM

Hello Nagaraju,

I am afraid that we do not have such samples. However such scenario should be implemented by using custom logic with JavaScript using Kendo UI Grid API and Kendo UI DataSource API

Below you can find listed some useful resource that can help you for your scenario: 

  1. The Grid / Export to PDF demo shows how to define a template for a column in order to show a check box. 

  2. Use Checkbox Column Templates and Edit how-to demonstrates how to use checkboxes in Kendo UI Grid column templates and perform editing. 

  3. In order to add item to a specific Kendo UI Grid you can either use the addRow method of the Kendo UI Grid or add method of the Kendo UI DataSource. 

Regards,
Boyan Dimitrov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Nagaraju
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or