New to Kendo UI for Angular? Start a free 30-day trial
Pager Settings and Types
Updated on Oct 30, 2025
The Pager component features multiple settings to customize the paging UI.
Starting with
v17.0.0, the selector for the Pager has been updated fromkendo-datapagertokendo-pager.
Types
The pager types are:
- Numeric—Renders buttons with numbers.
- Input—Renders a NumericTextBox for entering the page number.
To configure the pager type and number of numeric buttons, use the type and buttonCount options:
- type—Accepts the- numeric(buttons with numbers) and- input(a NumericTextBox for entering the page number) values.
- buttonCount—Sets the maximum number of numeric buttons that will be rendered when- typeis- numeric.
Settings
The following settings enable you to determine which built-in pager elements will be rendered:
- pageSizeValues—Toggles a DropDownList with page size options, and allows you to provide the list of available page sizes.
- previousNext—Toggles a set of Previous and Next buttons.
- info—Toggles the information about the current page and the total number of records.
The following example demonstrates all available Pager options in action.
Change Theme
Theme
Loading ...