Wijmo UI for the Web
clear Method
Clears the selection.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.selection();
instance.clear();
Javascript (Specification) 
function clear() : void;
Example
// Clear the selection.
selectionObj.clear();
Browser Compatibility
7
5
5

See Also

Reference

selection type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.