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

save in realtime while eiditng grid

2 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 30 Oct 2017, 06:51 PM

I have a grid that is configured to bulk edit the rows.  I want it to push the changes live back to the server instead of having to do them all then click save.  I want to remove the save button.

 

Possible?  

 

Thanks!

2 Answers, 1 is accepted

Sort by
0
Federico
Top achievements
Rank 1
answered on 30 Oct 2017, 08:36 PM

I found this -> Forum: Invoke Batch Edit Grid Item Save Server-Side

Basically the solution proposed is to call the "save" client-side event on any point you want to save, for example when you change a value or change between cells.

Additional info: Batch Editing Client-side API

0
Attila Antal
Telerik team
answered on 17 Nov 2017, 04:02 PM
Hi Federico,

The described requirement is not supported with batch editing. You could use In Place edit instead. Here is an article that could help Accessing the Value of Cells in Edit Mode.

Hope this will help.

Kind Regards,
Attila Antal
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
Michael
Top achievements
Rank 1
Answers by
Federico
Top achievements
Rank 1
Attila Antal
Telerik team
Share this question
or