I don’t able to use checkbox in the tree (first column) of the TreeGrid by the function “tree.enableCheckBoxes(mode, hidden);”.
Is it possible ?
I don’t able to use checkbox in the tree (first column) of the TreeGrid by the function “tree.enableCheckBoxes(mode, hidden);”.
Is it possible ?
Unfortunately enableCheckBoxes() is a dhtmlxTree method it is incompatible with dhtmlxtreeGrid component.
You may add a checkbox column before the tree column.