New to Kendo UI for Angular? Start a free 30-day trial
LoadMoreRequestArgs
Updated on Feb 5, 2026
Represents the arguments that the loadMoreNodes function receives when the load more button is pressed.
| Name | Type | Default | Description |
|---|---|---|---|
dataItem |
|
Provides the data item for which you request more child nodes. | |
skip |
|
The number of items currently rendered. | |
take |
|
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. |