The ASP.NET MVC 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 IEnumerable/List, allowing it to work smoothly in single-page applications (SPA). The ASP.NET MVC Tree Grid data binding supports both hierarchical and self-referential IEnumerable/List data structures.
Binding the ASP.NET MVC 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