Wijmo UI for the Web
selectAll Method
Selects all the cells in a grid.
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.selection();
instance.selectAll();
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

selection type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.