Example of Local Data in ASP.NET Core Gantt 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.
More information on the Essential® Gantt Chart can be found in this documentation section.