dojox.Grid.setModel
dojo.require("dojox.grid.Grid");
defined in dojox/grid/Grid.js
Set the grid's data model
Usage
function (/*Object*/ inModel) (view source)
parameter | type | description |
---|---|---|
inModel | Object | Model object, usually an instance of a dojox.grid.data.Model subclass |