The Blazor Gantt Chart data binding feature supports binding 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.
Bind the Gantt Chart with a list of business objects or IEnumerable collection. The Blazor Gantt Chart is a generic component that needs a model type to bind data. In case the model type is unknown during compiling, it binds the list using ExpandoObject or DynamicObject.
Binding the Blazor Gantt Chart 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