Remove checkbox from specific row?

In a treeGrid (v1.5), is there a way to have specific rows not display a checkbox for a “CH” (checkbox) column?



Thanks!

You can use cell types - just redefine cell type to “ro” when you need not checkbox


    1
   


The second row will be rendered just as empty cell

Thanks; exactly what I needed.