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

PagerSettings

Represents the pager settings of the TreeList. Use this interface to configure the pager options.

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

buttonCount?

number

Sets the maximum numeric buttons count before the buttons collapse.

countChildren?

boolean

Indicates if child nodes are fetched and counted for the pager total.

info?

boolean

Shows 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.

Not finding the help you need?
Contact Support