Functiondojox.grid.edit.isEditCell

dojo.require("dojox.grid._grid.edit");
defined in dojox/grid/_grid/edit.js

Indicates if the given cell is being edited.

Usage

function (/*Integer*/ inRowIndex, /*Integer*/ inCellIndex) (view source)
parametertypedescription
inRowIndexIntegerGrid row index
inCellIndexIntegerGrid cell index