Example of Unscheduled Task in Blazor Gantt Chart Component
This sample visualizes the various types of unscheduled taskbars in Gantt Auto schedule and Manual schedule.
ID | Task Name | Start Date | End Date | Duration |
---|
1 | Project initiation | 4/2/2021 | 4/5/2021 | 2 days |
2 | Auto with Duration only | 2 days | ||
3 | Auto with End Date only | 4/2/2021 | ||
4 | Auto with Start Date only | 4/2/2021 | ||
5 | No Scheduling Task | |||
6 | Market Research | 4/2/2021 | 4/3/2021 | 1 day |
7 | Manual with Duration only | 2 days | ||
8 | Manual with End Date only | 4/3/2021 | ||
9 | Manual with Start Date only | 4/2/2021 |
Mar 28, 2021 | Apr 04, 2021 |
S | M | T | W | T | F | S | S | M | T | W | T | F | S |
Unscheduled tasks in a project are not scheduled with proper dates or duration at the commencement of the project. These tasks can be scheduled properly at any time during project implementation based on factors such as resource availability, dependent tasks, and more.
This example shows how to display the unscheduled tasks in Gantt by enabling the AllowUnscheduledTasks property.
More information about unscheduled tasks can be found in this documentation section.