dhtmlx grid lock cells

Is it possible to lock an individual checkbox in a grid cell.



I don’t want to lock the entire row and I don’t want to lock the entire column. I want to be able to lock or unlock at a cell level. Is this possible?

You can use
grid.cells(id,ind).setDisabled(true);
It will switch related cell to readonly state ( disabled state in case of radio or checkbox )