dojox.grid.editors.Base.setValue
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
set the value of the grid editor
Usage
function (/*Integer*/ inRowIndex, inValue) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | grid row index |
inValue | value of editor |