Wijmo UI for the Web
selectAll Method
wijmo.grid Namespace > selection type : selectAll Method
Selects all the cells in a grid.
Syntax
var instance = new wijmo.grid.selection();
instance.selectAll();
function selectAll() : void;
Example
selectionObj.selectAll();
Remarks
The result depends upon the chosen selection mode in the grid. For example, if the selection mode is set to "singleCell", then only the top left cell will be selected.
See Also

Reference

selection type