Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by squatss on Jul 27, 2009 03:40
open dhtmlx forum
read only check box column in grid

I'm struggling to make the checkbox columns in my grid non editable. All other cells are ro cell type thus non editable but that obviously wont work with checkboxes.

Thanks in advance.

Scott
Answer posted by dhxSupport on Jul 27, 2009 05:30
You can use "ra" eXcell type and then disable cell with mygrid.cells(row_id,cellIndex).setDisabled(true).
Also you can implement custom eXcell type. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc