Example of Resource Multi Taskbar in ASP.NET Core Gantt Chart Control

Gantt Chart
Resources
Resource Multi Taskbar

This sample demonstrates how to visualize a list of tasks assigned to a resource within a collapsed parent row. It also allows modifying task scheduling actions such as dragging, left resizing, and progress editing while keeping the parent row collapsed. This functionality can be enabled by setting the enableMultiTaskbar property to true.

T-2
Identify Site Location
10.00 hours303/29/20242.5 days1
T-3
Perform Soil Test
20.00 hours304/2/20243.57 days2
T-4
Soil Test Approval
10.00 hours304/8/20245 days3
R-2
Rose Fuller
150.00 hours304/1/202432 days4
T-6
Develop Floor Plan for Estimation
50.00 hours304/1/202412.5 days5
T-7
List Materials
40.00 hours304/15/202412.5 days6
T-8
Estimation Approval
60.00 hours305/1/202410 days7
T-10
Install Temporary Power Service
112.00 hours304/1/202414 days9
T-11
Clear the building site
72.00 hours304/17/20249 days10
T-12
Sign Contract
40.00 hours04/26/20245 days11
T-14
Excavate for Foundations
16.00 hours304/1/20242 days13
T-15
Dig Footer
16.00 hours04/4/20242 days14
T-16
Install plumbing grounds
16.00 hours304/8/20242 days15
R-5
Davolio Fuller
48.00 hours204/3/20247 days16
T-18
Add load-bearing structure
16.00 hours304/3/20242 days17
T-19
Natural Gas Utilities
16.00 hours04/5/20242 days18
T-20
Electrical utilitites
16.00 hours304/10/20242 days19
Identify Site Location
Perform Soil Test
Soil Test Approval
Rose Fuller
Develop Floor Plan for Estimation
List Materials
Estimation Approval
Install Temporary Power Service
Clear the building site
Sign Contract
Excavate for Foundations
Dig Footer
Install plumbing grounds
Davolio Fuller
Add load-bearing structure
Natural Gas Utilities
Electrical utilitites

This example demonstrates how to enable taskbar drag-and-drop functionality for reassigning tasks between resources vertically by setting the allowTaskbarDragAndDrop property to true. Additionally, you can prevent taskbar overlap within a resource's tasks by disabling the allowTaskbarOverlap property.

In this example, resources are assigned to tasks using predefined resource IDs, allowing efficient task distribution. The resource details are displayed using the LabelSetting labelSetting property. You can also perform CRUD operations on resource allocation using toolbar actions, considering availability and task complexity.

The resources and their assigned tasks are grouped into categories. Resources can be mapped using the following resourceFields:.

ID: Maps the resource ID.

Name: Maps the resource name.

Unit: Maps the resource unit.

Group: Maps the resource group.

Injecting module:

The Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method. To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method. To edit, inject the Toolbar module using the Gantt.Inject(Toolbar) method and Edit module using the Gantt.Inject(Edit) method.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab