Blazor Gantt Chart Example - Remote Data Binding

Gantt Chart / Data Binding / Remote Data

This sample demonstrates how to bind data to the Gantt Chart using a remote service. The Gantt Chart's data source connects to remote data via the DataManager, showcasing various phases in the software design and development lifecycle.

Loading Syncfusion Blazor Server Demos…

Data initial load time: milliseconds

The SfDataManager is used to bind data from a remote service with the Gantt Chart. The SfDataManager acts as an interface between the service endpoint and the Tree Grid, requiring the following minimal information to interact with the service endpoint properly.

The adaptor is responsible for processing the response and request to/from the service endpoint. The Syncfusion.Blazor.Data namespace provides predefined adaptors designed to interact with particular service endpoints. The predefined adaptors include:

  • UrlAdaptor - Use this to interact with any remote service. This is the base adaptor for all remote-based adaptors.
  • ODataAdaptor - Use this to interact with OData endpoints.
  • ODataV4Adaptor - Use this to interact with OData V4 endpoints.
  • WebApiAdaptor - Use this to interact with Web API created under OData standards.

More information on remote data binding can be found in this documentation section.

Transform your Blazor web apps today with Syncfusion® Blazor components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE