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

Batch Edit for Grid Hierarchy??

8 Answers 364 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve Palm
Top achievements
Rank 1
Steve Palm asked on 14 Aug 2012, 03:27 AM
Hi, 

Can Grid Hierarchy handle Batch Edit?
Kindly provide sample codes if there is..

Thanks..

8 Answers, 1 is accepted

Sort by
0
Juliana
Top achievements
Rank 1
answered on 16 Aug 2012, 02:05 PM
Hi,
I need help on this too.
Please, provide a sample
0
Irina
Top achievements
Rank 1
answered on 06 Nov 2012, 08:52 AM
Hi,

I am trying to implement the same thing but if I set batch editing for the details grid, datasource of the main grid isn't displayed.
Could you please let me know how I can achieve this functionality?

Thank you
0
G
Top achievements
Rank 1
answered on 27 Jun 2013, 01:30 AM
Hi,


I would like also to follow up on this because I'm also implementing this and I'm having a problem doing it.

Hope to figure out the proper way to implement it. ASAP.

Thank you.
0
Vladimir Iliev
Telerik team
answered on 02 Jul 2013, 07:13 AM
Hi,

 
Please find attached the example of Grid Hierarchy batch editing which demonstrates the required behavior.

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Shoeb
Top achievements
Rank 1
answered on 08 Apr 2016, 09:13 PM

Hi,

Can we achieve the same in MVC with local data binding?

Situation:

I am having Component object. Component is having child Component as an aggregated entity, which is List<Component>.

I case of add and edit user will update quantity,  will object restructured on the basis of the product object structure.

The changes are in memory and I can't save the changes in at this point. will update of some Components in some Situation. will update quantity in the grid and update some values put some notes and then will save the changes.

I am not sure how I can achieve the same with kendo grid?

Urgent help needed and much appreciated!

Thanks,
Shoeb.

0
Vladimir Iliev
Telerik team
answered on 13 Apr 2016, 07:48 AM
Hi Shoeb,

Basically it's possible to achieve the desired behavior, however currently we have no such example which we can provide. That why I could only suggest to check the following additional demos and use them as baseline to achieve the desired behavior:
Regards,
Vladimir Iliev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Alexandra
Top achievements
Rank 1
answered on 18 Oct 2017, 01:44 PM

Hi Vladimir,

Can the demo you provided support Batch Ajax source? With One Save and Cancel button to save all hierarchy.

I tried to change it to Batch Ajax (Save/Cancel button only on the employees table) and the save button does not work. If I only change one employee it works but if I change multiple employees it does not. Also the combination between Delete and Save button does not work, but the Delete and Cancel works.

0
Konstantin Dikov
Telerik team
answered on 23 Oct 2017, 10:45 AM
Hi Alexandra,

You need to change the server-side code to accept a collection with your model for batch operations. You can refer to the following help topic for detailed information on Batch editing:
As for the hierarchy, we do not recommend binding the nested Grid`s to a collection of the parent row. For hierarchical structure we recommend the usage of separate dataSource for each level:
With such implementation you should be able to call the "sync" method of the nested grids and the parent grid with an external "Save" button.


Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Steve Palm
Top achievements
Rank 1
Answers by
Juliana
Top achievements
Rank 1
Irina
Top achievements
Rank 1
G
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Shoeb
Top achievements
Rank 1
Alexandra
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or