Hi
Im using dhtmlxTreeGrid
When i set a column to have eXcel = tree, then the column becomes editable
It it possible to have the tree in a grid as uneditable?
You can set cell as uneditable with enableTreeCellEdit(0); method:
mygrid.cellById(rowId,cellInd).enableTreeCellEdit(0);