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

Unfortunately it is not supported.
The only solution is to disable the checkbox using the setDisabled() method:
docs.dhtmlx.com/grid__cell_level … isdisabled

Thank you.