dojox.grid.focus.setFocusIndex
dojo.require("dojox.grid._grid.focus");
defined in dojox/grid/_grid/focus.js
focuses the given grid cell
parameter | type | description |
---|---|---|
inRowIndex | Integer | grid row index |
inCellIndex | Integer | grid cell index |