Example of Local Data in ASP.NET MVC Gantt Chart Control
This demo shows the way of binding n List of objects to ASP.NET MVC Gantt Chart.
DEMO
SOURCE
ASP.NET MVC Gantt Chart 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® ASP.NET MVC Gantt Chart can be found in this documentation section.