Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sandeep on Oct 24, 2008 02:06
open dhtmlx forum
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
Answer posted by Support on Oct 24, 2008 03:38
Same as any other cell, it can be disabled programmatically, as

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