New to Kendo UI for Angular? Start a free 30-day trial
PagerInfoComponent
Updated on Jun 13, 2025
Represents the Kendo UI Pager Info component for Angular. Displays information about the current page and the total number of records (see example).
html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
<ng-template kendoPagerTemplate>
<kendo-pager-info></kendo-pager-info>
</ng-template>
</kendo-pager>
Selector
kendo-datapager-info, kendo-pager-info