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

PagerType

The type of the TreeList pager.

The available values are:

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

type PagerType = "numeric" | "input";

In this article

Not finding the help you need?