Wijmo UI for the Web
pagerSettings Field

Type: wijmo.grid.IPagerSettings

Determines the pager settings for the grid including the mode (page buttons or next/previous buttons), number of page buttons, and position where the buttons appear.

Syntax
Javascript (Usage) 
var value; // Type: IPagerSettings
value = jQuery.wijmo.wijgrid.options.pagerSettings;
Javascript (Specification) 
var pagerSettings : IPagerSettings;
Example
// Display the pager at the top of the wijgrid.
$("#element").wijgrid({ pagerSettings: { position: "top" } });
Remarks
See the wijpager documentation for more information on pager settings.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.