read-only vs. edit tree excell

When I use a regular dhtmlxGrid, there are “ed” and “ro” versions of many excells (such as “edtxt” vs. “rotxt” or “edn” vs. “ron”).

I have looked at the documentation for TreeGrid and the complete list of excells, and I don’t see the same thing for coltype of “tree”. Is there something like “edtree” vs. “rotree”?

Thanks.

If you want disable edit of the “tree” cell you should add following command to the treeGrid initialization:

mygrid.enableTreeCellEdit(false);