Wijmo UI for the Web
clear Method
wijmo.grid Namespace > selection type : clear Method
Clears the selection.
Syntax
var instance = new wijmo.grid.selection();
instance.clear();
function clear() : void;
Example
// Clear the selection.
selectionObj.clear();
See Also

Reference

selection type