Wijmo UI for the Web
beginUpdate Method
Begins the update. Any changes won't take effect until endUpdate() is called.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.selection();
instance.beginUpdate();
Javascript (Specification) 
function beginUpdate() : void;
Example
selectionObj.beginUpdate();
Browser Compatibility
7
5
5

See Also

Reference

selection type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.