The ASP.NET Core TreeGrid data binding feature supports to bind data seamlessly with various local and remote data sources such as IEnumerable/List, RESTful services, OData services, and WCF services. It uses the data manager to handle data and supports customizing data requests and processing.
Binds the Tree Grid with a IEnumerable/List data, allowing it to work smoothly in single-page applications (SPA). The ASP.NET Core Tree Grid data binding supports both hierarchical and self-referential IEnumerable/List structures.
Binding the ASP.NET Core Tree Grid with RESTful services allows data from the services to be consumed using the data manager. It supports various data adaptors such as OData, ODataV4, URL, and Web API for working with a particular data service