Wijmo UI for the Web
pagerSettings Field
wijmo.grid Namespace > IDetailSettings Interface : 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
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: IPagerSettings
value = instance.pagerSettings;
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.
See Also

Reference

IDetailSettings Interface