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
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