Blazor Gantt Chart Example - ExpandoObject Data Binding
This sample demonstrates dynamic data binding in the Blazor Gantt Chart by connecting an ExpandoObject based data source. This approach is useful when the model type is unknown at compile time, allowing the component to remain flexible while still supporting core features like add, update, delete, expand/collapse, and column sorting. It showcases how the Gantt Chart can effectively manage tasks even with dynamic schemas.
A dynamic list of ExpandoObject instances is assigned to the Gantt DataSource, allowing fields to be resolved at runtime during rendering and editing.
For further details, refer to the documentation.