Wijmo UI for the Web
selection Method
wijmo.grid Namespace > wijgrid type : selection Method
Gets an object that manages selection in the grid.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.grid.selection
    returnsValue = $(".selector").wijgrid("selection");
});
function selection() : selection;

Return Value

Object that manages selection in the grid.
Example
// Use the row index to add the row to the selection object
var selection = $("#element").wijgrid("selection");
selection.addRows(2);
Remarks
See the description of the wijmo.grid.selection class for more details.
See Also

Reference

wijgrid type
wijgrid jQuery Widget