Wijmo UI for the Web
selection type
wijmo.grid Namespace : selection type
An object that represents selection in the grid. You do not need to create instances of this class.
Syntax
var instance = new wijmo.grid.selection();
function selection;
Inheritance Hierarchy

Object
   wijmo.grid.selection

Constructors
 NameDescription
public ConstructorAn object that represents selection in the grid. You do not need to create instances of this class.  
Top
Methods
 NameDescription
public MethodAdds a column range to the current selection. Usage: 1. addColumns(0) 2. addColumns(0, 2)  
public MethodAdds a cell range to the current selection.  
public MethodAdds a row range to the current selection. Usage: 1. addRows(0) 2. addRows(0, 2)  
public MethodBegins the update. Any changes won't take effect until endUpdate() is called.  
public MethodClears the selection.  
public Method  
public Method  
public MethodEnds the update. The pending changes are executed and the selectionChanged event is raised.  
public MethodRemoves a range of columns from the current selection. Usage: 1. removeColumns(0) 2. removeColumns(0, 2)  
public MethodRemoves a range of cells from the current selection.  
public MethodRemoves a range of rows from the current selection. Usage: 1. removeRows(0) 2. removeRows(0, 2)  
public MethodSelects all the cells in a grid.  
public Method  
public MethodGets a read-only collection of the selected cells.  
public MethodGets a read-only collection of the selected rows.  
Top
See Also

Reference

wijmo.grid Namespace