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