Example of WBS Column in ASP.NET Core Gantt Control
This sample demonstrates how the Gantt Chart supports Work Breakdown Structure (WBS) codes, including automatic updates to WBS codes and predecessors. It ensures data consistency during common operations like sorting, filtering, editing, and drag-and-drop—making project tracking more structured and reliable.
The Work Breakdown Structure (WBS) is a hierarchical numbering system used to represent each task's position within the overall project structure. By enabling the enableWBS property, the Gantt Chart generates WBS codes and WBS predecessors for all tasks.
By default, the enableAutoWbsUpdate property is set to false
.
To ensure WBS codes remain accurate after actions such as sorting, filtering, editing, or drag and drop, set this property to true
.
When enableAutoWbsUpdate
is enabled, WBS codes are recalculated automatically whenever the task hierarchy changes.
This maintains consistency and structural clarity throughout the project lifecycle.
This example showcases how enabling WBS along with automatic updates enhances task tracking and provides a clear, organized project view.