DevExtreme v23.1 is now available.
Explore our newest features/capabilities and share your thoughts with us.
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.