New to Kendo UI for Angular? Start a free 30-day trial
PagerInputComponent
Updated on Jun 13, 2025
Represents the Kendo UI Pager Input component for Angular. Displays an input element which allows you to type and render page numbers.
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-input></kendo-pager-input>
</ng-template>
</kendo-pager>
Selector
kendo-datapager-input, kendo-pager-input