EnableEdit: Boolean;
The EnableEdit property determines cell editing mode.
Editing mode is enabled by single slick on a cell.
Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Set cell editing mode Tree.setEnableEdit(true)
After executing the example cell editing is available.
See also: