DHTMLX Docs & Samples Explorer

setValue(value)

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

sets the value for the cell

  • value - (string) the value to set
mygrid.cells("row1",0).setValue("newValue");

See also: getValue