Wijmo UI for the Web
pageCount Method
Gets the number of pages.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgrid("pageCount");
});
Javascript (Specification) 
function pageCount() : number;

Return Value

The number of pages.
Example
var pageCount = $("#element").wijgrid("pageCount");
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.