Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anoop Isaac on Mar 12, 2008 22:50
open dhtmlx forum
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