Grid inline batch editing

The Awesome Grid supports inline editing with batch save. Using batch save you can perform the saving of all the edited rows in one single request. In case of validation errors on the server side you can decide to save only the valid rows or to cancel the save for all rows and show the validation messages.

Edit on row click and batch save


Grid inline editing with batch save. Edit on row click, and save by clicking the save all button on top.
Save can be performed either for each row individually by clicking the row save button, for all at once using the "Save all" button.
You can turn off edit on row click by setting rowClickEdit: false (like in the inline editing demos).



Comments