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

PagerType

Specifies the type of the Pager.

The available values are:

  • numeric—Displays buttons with numbers.
  • input—Displays an input field for typing the page number.
html
<kendo-pager type="input">
</kendo-pager>

type PagerType = "numeric" | "input";

Not finding the help you need?
Contact Support