DHTMLX Docs & Samples Explorer

setDisabled(value)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

disables/enables the cell

  • value - (boolean) the true value disables the cell, false - enables.
mygrid.cells("row1",2).setDisabled(true);

See also: isDisabled