Users can modify DataGrid data cell by cell. In this mode, only one cell can be in the edit state at a time. DataGrid saves changes immediately after the focus leaves cell.
To enable the cell mode, do the following:
This demo also shows how to delete selected records. Review the onSelectionChanged and deleteRecords
functions for implementation details.