Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jiyong Lee on Dec 15, 2008 01:03
open dhtmlx forum
dhtmlxGrid

Hi~
I've got a question using dhmltxGrid...
Is it possible grid checkbox property "disabled"??
Answer posted by Support on Dec 15, 2008 01:37
There is no way to define such property directly in XML ( at least it not possible without additional coding ) but you can set such property programmatically as
          grid.cells(i,j).setDisabled(true);