How To Disable DHTMLXgrid Checkbox Column Using JSON String

Hi,

I am trying to use JSON string to load the grid and I wanted to make a selected checkbox ‘disabled’ in certain situations. Please help, if there is a way to include ‘disabled’ attribute as part of the JSON.

I have declared column type as ‘ch’ and was able to populate the value.

Thanks

Unfortunately it is not supported. THe only way is to disable the required cell using the setDisabled() method:
docs.dhtmlx.com/grid__cell_leve … etdisabled