i want to disable checkbox in dhtmlxgrid.Please Provide me solution for this.
You can disable any specific checkbox by
grid.cells(id,index).setDisabled(true);
i want to disable checkbox in dhtmlxgrid.Please Provide me solution for this.
You can disable any specific checkbox by
grid.cells(id,index).setDisabled(true);