Wijmo UI for the Web
pageCount Method
wijmo.grid Namespace > wijgrid type : pageCount Method
Gets the number of pages.
Syntax
$(function () {
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgrid("pageCount");
});
function pageCount() : number;

Return Value

The number of pages.
Example
var pageCount = $("#element").wijgrid("pageCount");
See Also

Reference

wijgrid type
wijgrid jQuery Widget