I am an existing customer and I am wondering how you disable all editing in a Treegrid?
I want to disable editing of the Tree column as well where no cells in the entire grid should be editable whereby the grid becomes read only.
I have tried the following but both of these options do not work.
mygrid.enableTreeCellEdit(false);
mygrid.setEditable(false);
Thanks,
John Haigh
To disable “tree” cell to edit you should use
mygrid.enableTreeCellEdit(false)