jQuery.wijmo Namespace > wijgrid type : selection Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijgrid(); var value; // Type: selection value = instance.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);