Called when user saves inline editing changes.
save()
Returns
undefined.
Description
This method only makes sense if you enable inline editing for the grid. If you have local data source, the
.save() method will merge changes into the records array. If your data source is remote
the changes will be submitted to the server side url. This method emits
.onSave event.
If you have grid defined in the following way:
You can do save changes by: