dojox.VirtualGrid.rowHeightChanged
dojo.require("dojox.grid.VirtualGrid");
defined in dojox/grid/VirtualGrid.js
Update grid when the height of a row has changed. Row height is handled automatically as rows are rendered. Use this function only to update a row's height outside the normal rendering process.
Usage
function (/*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inRowIndex | Integer | index of the row that has changed height |