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