Grid inline editing always in edit mode


Grid inline editing with Always edit mode and batch save.
StopLoad is set, so the grid won't load (change page, sort) if there are unsaved changes, and will scroll to first row with changes.
We could also handle the change event on the grid, and call grid api batchSave to save instantly on each change.



Comments