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

PagerSettings

The pager settings of the TreeList.


<kendo-treelist
   [pageable]="{
       buttonCount: 2,
       info: false
   }">
</kendo-treelist>
NameTypeDefaultDescription

buttonCount?

number

Sets the maximum numeric buttons count before the buttons are collapsed.

countChildren?

boolean

A flag that indicates if child nodes should be fetched and counted for the pager total.

info?

boolean

Toggles the information about the current page and the total number of records.

pageSizes?

boolean | number[]

Shows a menu for selecting the page size.

previousNext?

boolean

Toggles the Previous and Next buttons.

responsive?

boolean

Toggles the built-in responsive behavior of the Pager. Available in version 3.0.0 and above (see example).

type?

PagerType

Defines the type of the TreeList pager.