dojox.grid.publicEvents.onApplyEdit
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event fired when editing is applied for a given grid row
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | Index of the grid row |