New to Kendo UI for Angular? Start a free 30-day trial

PagerSettings

The pager settings of the Grid (see example).

NameTypeDefaultDescription

buttonCount?

number

Sets the maximum numeric buttons count before the buttons are collapsed.

info?

boolean

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

pageSizes?

boolean | number[]

Shows a menu for selecting the page size.

position?

PagerPosition

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

previousNext?

boolean

Toggles the Previous and Next buttons.

responsive?

boolean

Toggles the built-in responsive behavior of the Pager. Available in version 5.0.0 and above (see example).

type?

PagerType

Defines the type of the Grid pager.