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

PagerSettings

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

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

buttonCount?

number

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.

position?

PagerPosition

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

previousNext?

boolean

Shows the Previous and Next buttons.

responsive?

boolean

Enables the built-in responsive behavior of the Pager.

type?

PagerType

Sets the type of the Grid pager.

Not finding the help you need?
Contact Support