dojox.grid.publicEvents.onCellFocus
dojo.require("dojox.grid._grid.publicEvents");
defined in dojox/grid/_grid/publicEvents.js
Event fired when a cell receives focus.
parameter | type | description |
---|---|---|
inCell | Object | Cell object containing properties of the grid column. |
inRowIndex | Integer | Index of the grid row |