Wijmo UI for the Web
pageIndex Field

Default value: 0

Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature.

Syntax
Javascript (Usage) 
var value; // Type: number
value = jQuery.wijmo.wijgrid.options.pageIndex;
Javascript (Specification) 
var pageIndex : number;
Example
$("#element").wijgrid({ pageIndex: 0 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.