dojox.grid.data.DojoData._getRowId
dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js
Function determine the row index for a particular item
Usage
function (item, /*Boolean*/ isNotItem) (view source)
parameter | type | description |
---|---|---|
item | store item to examine to determine row index. | |
isNotItem | Boolean | flag to indicate if the item passed is a store item or not. |