dojox.grid.cell.getNode
dojo.require("dojox.grid._grid.cell");
defined in dojox/grid/_grid/cell.js
gets the dom node for a given grid cell.
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | grid row index |