dojox
»
Grid
» modelAllChange
dojox.Grid.modelAllChange
dojo.require("dojox.grid.Grid");
defined in dojox/grid/Grid.js
Usage
function ()
(view source)
this
.
rowCount
=
(
this
.
model
?
this
.
model
.
getRowCount
(
)
:
0
)
;
this
.
updateRowCount
(
this
.
rowCount
)
;