dojox.grid.edit.isEditCell
dojo.require("dojox.grid._grid.edit");
defined in dojox/grid/_grid/edit.js
Indicates if the given cell is being edited.
parameter | type | description |
---|---|---|
inRowIndex | Integer | Grid row index |
inCellIndex | Integer | Grid cell index |