Could dhtmlxGrid display a check box(for record selecting) before each record like dhtmlxTree? For example, dhtmlxTree can do it by calling a exist method:
tree.enableCheckBoxes(true);
Could dhtmlxGrid display a check box(for record selecting) before each record like dhtmlxTree? For example, dhtmlxTree can do it by calling a exist method:
tree.enableCheckBoxes(true);
Unfortunately such feature is not available.
The only way is to add the column with checkboxes before the required column.