Functiondojox.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

Usage

function (/*String*/ inValue, /*Integer*/ inRowIndex, /*Integer*/ inFieldIndex) (view source)
parametertypedescription
inValueStringValue from cell editor
inRowIndexIntegerIndex of the grid row
inFieldIndexIntegerIndex in the grid's data model