dojox.VirtualGrid.get
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Provides data to display in a grid cell. Called in grid cell context. So this.cell.index is the column index.
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | Row for which to provide data |