Read only Tree Grid

When I create a tree grid using cell type “tree”, the tree cell is editable. Which type would I use to make it read only?



Thanks so much.

You can use:
treeGrid.enableTreeCellEdit(false)