• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Unscheduled Tasks in ASP.NET MVC Gantt Chart Control

This sample visualize the various types of unscheduled taskbars in Gantt with quick add support of task with custom toolbar in Gantt.

DEMO
SOURCE

Unscheduled tasks are tasks in a project that 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 AllowUnscheuldedTask property. This also shows how to add an empty row in Gantt by using a custom toolbar button click action.

By using the ToolbarClick event and addRecord method, an empty row can be added at the top of the rows with undefined task details.