read only check box column in grid

I’m struggling to make the checkbox columns in my grid non editable. All other cells are ro cell type thus non editable but that obviously wont work with checkboxes.



Thanks in advance.



Scott

You can use “ra” eXcell type and then disable cell with mygrid.cells(row_id,cellIndex).setDisabled(true).
Also you can implement custom eXcell type. Please find more information here dhtmlx.com/docs/products/dhtmlxG … #grid_cexc