Categories | Question details Back To List | ||
Check box in dhtmlxgrid 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? Answer posted by Support on Mar 13, 2008 01:54 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 |