New to Kendo UI for Angular? Start a free 30-day trial
Binding the Angular TreeList to Remote Data
Updated on Jan 20, 2026
You can bind the TreeList to server-side (remote) data and display the data in tabular form. This approach is suitable for scenarios that involve remote data services and server-side data operations.
The Kendo Angular TreeList has representational functionality and isn't affected by the way how the data gets updated and where it comes from. This allows you to use any remote data source. Once the data is received from the server, it can be loaded in two ways. Choose the appropriate approach based on the specific configuration requirements:
- Use manual binding through the
dataproperty—Provides more control when implementing data operations. - Provide a custom data-binding directive