dojox.grid.publicEvents.onApplyCellEdit
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event fired when editing is applied for a given grid cell
parameter | type | description |
---|---|---|
inValue | String | Value from cell editor |
inRowIndex | Integer | Index of the grid row |
inFieldIndex | Integer | Index in the grid's data model |