enableCheckBoxes for tree grid

Hi is it possible to enable checkboxes for a tree grid.



treegrid.enableCheckBoxes(true);??

I know this is possible for the tree…Or is there another solution for the tree grid with similar functionality

Thanks again

Cliff

There is no such feature as built in checkboxes in case  of TreeGrid, but because it is a Grid, you can define checkboxes as separate column

    var grid = new …
    grid.setColTypes(“ch,tree,ro,ro”);    // first column checkbox, second tree element

TreeGrid doesn’t support all functionality of dhtmlxtree, it mostly Grid which supports some functionality of Tree