Functiondojox.VirtualGrid.updateRowCount

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

Change the number of rows.

Usage

function (/*Integer*/ inRowCount) (view source)
parametertypedescription
inRowCountIntegerNumber of rows in the grid.