wijmo.grid Namespace > wijgrid type : selection Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijmo.grid.selection returnsValue = $(".selector").wijgrid("selection"); }); |
Javascript (Specification) | |
---|---|
function selection() : selection; |
// Use the row index to add the row to the selection object var selection = $("#element").wijgrid("selection"); selection.addRows(2);