Find Sortable Examples and Templates
Use this online sortable playground to view and fork sortable example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Row Editing and Editing Events - DevExtreme Data GridTo help address your specific business needs, the DataGrid widget offers different data editing options. In this demo, editing is initiated by pressing the Edit link within the command button column. Once in edit mode, cell values can be modified by using the appropriate DevExtreme cell editor (for instance, a drop-down calendar is used to edit date values). To enable editing, the editing | mode field is set to "row". In addition, the editing | allowDeleting and editing | allowAdding fields are set to true so end users can add new rows and delete existing rows from the DataGrid.
See more
Hide details