Functiondojox.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)
parametertypedescription
item store item to examine to determine row index.
isNotItemBooleanflag to indicate if the item passed is a store item or not.