Completed
Last Updated: 31 May 2021 15:32 by ADMIN
Ruth Goldberg
Created on: 01 Dec 2015 15:24
Category: Grid
Type: Feature Request
0
radgrid batchedit
Allow the possibility of saving the batch edit changes either from the server or together with another postback. Currently saving can be done through a button with client-side code but only if the button has no postback. When something on the form will cause a postback (e.g. tab change, combo box selection) it would be nice to be able to automatically save batch edit changes in the client-side code for that control.  Right now that code will have no effect because of the postback. When other changes have to be made at the same time as the batch edit changes, with code that is in the batcheditcommand event on the server, the event will not fire unless there were changes to the grid, so those other changes could be lost.
1 comment
ADMIN
Rumen
Posted on: 31 May 2021 15:32

Hi Ruth,

The Grid, if bound on the server, will save the changes on the server. For info check out 

Of course, if you use an external button to save the changes, this button must call the Grid's client-side APIs to command the Grid.

Please also check the Batch Editing Client-side API article - if the Grid will do the PostBack, you just needs to trigger the SaveChanges() JavaScript method. Otherwise, you cannot save the changes. You will also need to use other Edit modes, such as InPlace, EditForm and so on.Regards,


Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.