Cell editing in TypeScript Treegrid control
18 Nov 20181 minute to read
In Cell edit mode, when you double click on a cell, it is changed to edit state.
You can change the cell value and save to the data source.
To enable Cell edit, set the editSettings.mode as Cell.
Cell edit mode is default mode of editing.