$(function () { var returnsValue; // Type: wijmo.grid.selection returnsValue = $(".selector").wijgrid("selection"); });
function selection() : selection;
Return Value
Object that manages selection in the grid.
$(function () { var returnsValue; // Type: wijmo.grid.selection returnsValue = $(".selector").wijgrid("selection"); });
function selection() : selection;
// Use the row index to add the row to the selection object var selection = $("#element").wijgrid("selection"); selection.addRows(2);