Functiondojox.grid.data.Dynamic.requestRows

dojo.require("dojox.grid._data.model");
defined in dojox/grid/_data/model.js

stub. Fill in to perform actual data row fetching logic. The returning logic must provide the data back to the system via setRow

Usage

function (inRowIndex, inCount) (view source)
parametertypedescription
inRowIndex  
inCount