Row editing in JavaScript Treegrid control
18 Nov 20181 minute to read
In Row edit mode, when you start editing the currently selected record, the entire row is changed to edit state.
You can change the cell values of the row and save edited data to the data source.
To enable Row edit, set the editSettings.mode as Row.