Categories | Question details Back To List | ||
how to make checkbox read only in grid? Hi, I want make the checkbox read only. how to do that? Answer posted by dhxSupport on Jun 04, 2009 01:43 You can use following command: mygrid.cellById(rowID,cellIndex).setDisabled(true) Please see more information here http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Excell_API_reference.html#grid_excellsapi |