New to Kendo UI for Angular? Start a free 30-day trial

PagerType

The type of the Grid pager.

The available values are:

  • numeric—Buttons with numbers.
  • input—Input for typing the page number.
<kendo-grid [pageable]="{ type: 'numeric' }">
  <kendo-grid-column field="ProductID"></kendo-grid-column>
  ...
</kendo-grid>

type PagerType = "numeric" | "input";

In this article

Not finding the help you need?