I want so show check box along side of my dhtmlgrid tree node , i know in the case or dhtmltree i can do this by using api enableCheckbox().I woud like to know if any similar api is there to dispaly check box for dhtmlgrid?
In case of dhtmlxTreeGrid - the “tree” cell can’t contain optional checkbox, but because it is a grid you can create a separate column with checkbox
grid.setColTypes(“ch,tree”); // first checkbox, second tree element