how to make checkbox read only in grid?

Hi,

I want make the checkbox read only. how to do that?


You can use following command:


mygrid.cellById(rowID,cellIndex).setDisabled(true)


Please see more information here dhtmlx.com/docs/products/dht … excellsapi