Categories | Question details Back To List | ||
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. Answer posted by dhxSupport on Jul 09, 2009 01:08 You can use: treeGrid.enableTreeCellEdit(false) |