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

LoadMoreRequestArgs

Represents the arguments that the loadMoreNodes function receives when the load more button is pressed.

NameTypeDefaultDescription

dataItem

any

Provides the data item for which you request more child nodes.

skip

number

The number of items currently rendered.

take

number

The recommended number of new items to load. This value matches the pageSize set in the kendoTreeViewLoadMore directive. You can return any number of items—the page size automatically adjusts based on how many items the loadMoreNodes function actually returns.

Not finding the help you need?
Contact Support