New to Kendo UI for Angular? Start a free 30-day trial
PagerNextButtonsComponent
Updated on Jun 13, 2025
Represents the Kendo UI Pager Next Buttons component for Angular. Displays buttons for navigating to the next and to the last page (see example).
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-next-buttons></kendo-pager-next-buttons>
</ng-template>
</kendo-pager>
Selector
kendo-datapager-next-buttons, kendo-pager-next-buttons