New to Kendo UI for Angular? Start a free 30-day trial
PagerType
The type of the Pager.
The available values are:
numeric
—Buttons with numbers.input
—Input for typing the page number.
html
<kendo-pager
type="input">
</kendo-pager>
type
PagerType = "numeric" | "input";