Wijmo UI for the Web
beginUpdate Method
wijmo.grid Namespace > selection type : beginUpdate Method
Begins the update. Any changes won't take effect until endUpdate() is called.
Syntax
var instance = new wijmo.grid.selection();
instance.beginUpdate();
function beginUpdate() : void;
Example
selectionObj.beginUpdate();
See Also

Reference

selection type