Displaying the Resources In Groups

Hi,

In Gantt chart, for the resources view, we have the option to add resource group, is there a way in the UI, to show the group it self, so all resources will show under it?

This is the resourceFields


<GanttComponent

        id='ResourceMultiTaskbar'

        ref={ganttRef}

        dataSource={ganttData}

        treeColumnIndex={1}

        viewType='ResourceView'

        enableMultiTaskbar={true}

        allowRowDragAndDrop={true}

        showOverAllocation={true}

        allowSelection={true}

        highlightWeekends={true}

        toolbar={toolbar}

        editSettings={editSettings}

        resourceFields={resourceFields}

        taskFields={taskFields}

        taskType={taskType}

        labelSettings={labelSettings}

        splitterSettings={{ position: "35%" }}

        height='410px'

        resources={mappedResources}

        actionBegin={actionBegin}

        actionComplete={actionComplete}

       

      >

        <ColumnsDirective>

          <ColumnDirective field='TaskID' visible={false}></ColumnDirective>

          <ColumnDirective field='TaskName' headerText='Name' width='250'></ColumnDirective>

          <ColumnDirective field='work' headerText='Work'></ColumnDirective>

          <ColumnDirective field='resourceGroup' headerText='Group'></ColumnDirective>

          <ColumnDirective field='StartDate'></ColumnDirective>

        </ColumnsDirective>

        <Inject services={[Selection, DayMarkers, Toolbar, Edit, RowDD]} />

      </GanttComponent>



1 Reply

AG Ajithkumar Gopalakrishnan Syncfusion Team May 15, 2025 09:50 AM UTC

Hi Abdul,

Greetings from Syncfusion Support,

Currently, we do not have support for grouping in Resource view in our Gantt Chart. We have already logged this requirement “Provide support for grouping in Resource view” as uncertain feature at our end. Therefore, the reported case cannot be achieved at this time. Once the feature is properly implemented, the reported case will also be resolved.


We will plan to implement this feature in any of our upcoming release. You can now track the current status of request, review the proposed resolution timeline, and contact us for any further inquiries through the below feedback link,

Feedback link: https://www.syncfusion.com/feedback/17748/provide-support-for-grouping-in-resource-view

If you have any further questions or need additional assistance, please let me know!

Regards,
Ajithkumar G


Loader.
Up arrow icon