dojox
»
grid
»
selection
» beginUpdate
dojox.grid.selection.beginUpdate
dojo.require("dojox.grid._grid.selection");
defined in dojox/grid/_grid/selection.js
Usage
function ()
(view source)
if
(
this
.
updating
==
0
)
{
this
.
onChanging
(
)
;
}
this
.
updating
++;