Gantt Chart / Data Binding / DynamicObject Binding

Blazor Gantt Chart Example - Dynamic Object Data Binding Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates DynamicObject data binding in the Blazor Gantt Chart. Project records are supplied at runtime without a fixed schema, making it possible to surface fields defined by the underlying dynamic model.

Core productivity features remain available while working with dynamic data. The chart supports add, update, and delete operations, full hierarchy expansion and collapse, and column sorting so that flexible data shapes can be managed with the same tools provided for strongly typed sources.

Bind a DynamicObject collection by assigning it to the DataSource property. Override the GetDynamicMemberNames method in the DynamicObject implementation to return the member names that should participate in rendering, editing, and other data operations.

For further details, refer to the documentation.