Wijmo UI for the Web
pageCount Method
Gets the number of pages.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgrid();
var value; // Type: number
value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.