Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Michael on Aug 18, 2009 12:39
open dhtmlx forum
dhtmlx grid lock cells

Is it possible to lock an individual checkbox in a grid cell.

I don't want to lock the entire row and I don't want to lock the entire column. I want to be able to lock or unlock at a cell level. Is this possible?
Answer posted by Support on Aug 19, 2009 10:19
You can use
         grid.cells(id,ind).setDisabled(true);
It will switch related cell to readonly state ( disabled state in case of radio or checkbox )