Gantt Chart / Data Binding / Remote Data

Blazor Gantt Chart Example - Remote Data Binding

Loading Syncfusion Blazor Server Demos…

Data initial load time: milliseconds

This sample demonstrates binding a Blazor Gantt Chart to a remote service through the DataManager, highlighting the phases of a software design and development lifecycle. It includes a row count selector with options for 1,000, 2,500, or 5,000 records to evaluate how data volume affects rendering. An accompanying metric displays the initial load time in milliseconds, providing precise feedback on the duration needed to display the selected dataset.

An accompanying metric reports the initial load time in milliseconds, offering precise insight into the duration required to retrieve and display the chosen dataset. This feedback makes it straightforward to evaluate performance when working with large remote sources.

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 - Enables interaction with any remote service. It serves as the base adaptor for all remote-based adaptors.
  • ODataAdaptor - Facilitates communication with OData endpoints, supporting standard query operations.
  • ODataV4Adaptor - Designed specifically for interacting with OData V4 endpoints, offering enhanced protocol support.
  • WebApiAdaptor - Connects to Web APIs built on OData standards, enabling seamless data operations.

For further details, refer to the documentation.

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