Gantt Chart / Scheduling Concepts / Scheduling Mode

Blazor Gantt Chart Example - Task Scheduling Modes

Loading Syncfusion Blazor Server Demos…

This sample demonstrates the ability of the Blazor Gantt Chart to support both automatic and manual task scheduling modes. A task�s scheduling mode determines whether its start and end dates are automatically validated. Use the TaskMode property to switch between modes as needed. The TaskMode property accepts the following enumeration values

  • Auto
  • Manual
  • Custom

When the TaskMode property is set to Auto scheduling mode, all the tasks in the project will be rendered as automatically scheduled tasks. Thus the start and end dates of the tasks in the project will be automatically validated.

When the TaskMode property is set to Manual scheduling mode, all the tasks in the project will be rendered with dates as they are in the data source. Thus the dates of the tasks will not get validated automatically by the system.

When the TaskMode property is set to Custom, the scheduling mode for each task will be mapped from the data source field. The property Manual of GanttTaskFields is used to map the scheduling mode field from the data source.

For further details, refer to the documentation.

Transform your Blazor web apps today with Syncfusion® Blazor components
145+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE