New to Kendo UI for AngularStart a free 30-day trial

PagerSettings

Interface

Configures the pager settings of the Grid (see example).

Definition

Package:@progress/kendo-angular-grid

Syntax:

TS
public pagerSettings: PagerSettings = {
  buttonCount: 5,
  info: true,
  type: 'numeric',
  pageSizes: [5, 10, 20],
  previousNext: true,
  responsive: true,
  position: 'bottom'
};

Properties

Sets the maximum number of numeric buttons before collapsing them.

info?

boolean

Shows information about the current page and the total number of records.

pageSizes?

boolean | number[]

Shows a menu for selecting the page size.

Sets the Pager position relative to the Grid data table. The possible values are 'top', 'bottom', and 'both' (see example).

Shows the Previous and Next buttons.

Enables the built-in responsive behavior of the Pager.

Sets the type of the Grid pager.