Wijmo UI for the Web
length Method
wijmo.grid Namespace > selectedRowsAccessor type : length Method
Gets the total number of the items in the collection.
Syntax
var instance = new wijmo.grid.selectedRowsAccessor();
var value; // Type: number
value = instance.length();
function length() : number;

Return Value

The total number of the items in the collection.
Example
var len = $("#demo").wijgrid("selection").selectedRows().length();
See Also

Reference

selectedRowsAccessor type