how to disable radio button in grid

i want to disable radio button in my dhtmlxgrid.Please give me solution for this.



It’s very urgent

Same as any other cell, it can be disabled programmatically, as

grid.cells(rowId,cellIndex).setDisabled(true);