ASP.NET Core Gantt Chart Project View Demo

Sample date Updated on Jun 26, 2026
aspnet-core gantt-chart project-management scheduling

This repository contains a sample ASP.NET Core MVC application that demonstrates how to implement a project scheduling interface using the ASP.NET Core Gantt Chart component.

Features

  • Hierarchical project view using self-referential task data
  • Task dependencies, predecessors, and progress tracking
  • Resource allocation with custom resource label templates
  • Add, edit, and delete tasks using built-in toolbar and dialog editing
  • Timeline view with configurable week/day tiers and taskbar editing

Prerequisites

  • .NET Core SDK 8.0 or later
  • Visual Studio 2022 or later
  • Internet access for Syncfusion CDN assets

How to run

  1. Clone or copy the repository to a local folder.
  2. Open ASPCoreGanttDemo.sln in Visual Studio.
  3. Restore NuGet packages.
  4. Build the solution to ensure all dependencies are resolved

Notes

  • The Gantt data is generated in code via GanttData.SelfData() and GanttData.GetResources().
  • The sample includes a custom resource label template and uses Syncfusion CDN assets.

References

Up arrow