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

PagerPrevButtonsComponent

Updated on Feb 6, 2026

Represents the Kendo UI Pager Previous Buttons component for Angular. Displays buttons for navigating to the first and to the previous page (see example).

html
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
  <ng-template kendoPagerTemplate>
    <kendo-pager-prev-buttons></kendo-pager-prev-buttons>
  </ng-template>
</kendo-pager>

Selector

kendo-datapager-prev-buttons, kendo-pager-prev-buttons

Inputs

NameTypeDefaultDescription

size

PagerSize

Specifies the padding of the navigation buttons. The default value is set by the Kendo theme.

In this article
SelectorInputs
Not finding the help you need?
Contact Support