Check documentation for the latest version of dhtmlxSuite editCell DHTMLX Docs

editCell

creates an Editor object and switches the selected cell to the edit mode, if allowed

void editCell();

Example

myTreeGrid.selectCell(rowIndex,cellIndex);
myTreeGrid.editCell();

Back to top