Hi,
When you set column type as tree, it seems the tree label is editable.
How can we set the tree as readonly?
Thanks,
Jean.
You can use
grid.enableTreeCellEdit(false);
Hi,
When you set column type as tree, it seems the tree label is editable.
How can we set the tree as readonly?
Thanks,
Jean.
You can use
grid.enableTreeCellEdit(false);