var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: IPagerSettings value = instance.pagerSettings;
var pagerSettings : 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.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: IPagerSettings value = instance.pagerSettings;
var pagerSettings : IPagerSettings;
// Display the pager at the top of the wijgrid. $("#element").wijgrid({ pagerSettings: { position: "top" } });