Example of Local Data in ASP.NET Core Gantt Chart Control
This demo shows the way of binding n List of objects to Gantt.
DEMO
SOURCE
Gantt can be bound either to local or remote data services. The DataSource property can be assigned either with the List of C# objects or an instance of DataManager
.
In this demo, List of C# objects is assigned as data source to the Gantt.