Module Edit is not available in treegrid component

When I load the Gantt chart component, the following warning message appears.


 

version 25.1.38



3 Replies

AG Ajithkumar Gopalakrishnan Syncfusion Team April 8, 2024 02:57 PM UTC

Hi Wyatt,

Greetings from Syncfusion Support.

We are able to replicate the issue on our end when required Edit module for Editing is not injected or else the wrong module is included in the Gantt chart sample, causing a warning message to appear. We recommend suggesting the inject and import the Edit module to resolve the problem. We have attached a code snippet and a sample for reference.

Ug link:
https://ej2.syncfusion.com/vue/documentation/gantt/module

Warning case

Without warning case

import { GanttComponent, edit, Selection, Toolbar, DayMarkers

}

from "@syncfusion/ej2-vue-gantt";

provide: {

  gantt: [edit, Selection, Toolbar, DayMarkers]

}

 

Image:

 

A screen shot of a computer program

Description automatically generated

import { GanttComponent, Edit, Selection, Toolbar, DayMarkers

}

from "@syncfusion/ej2-vue-gantt";

provide: {

  gantt: [Edit, Selection, Toolbar, DayMarkers]

}

Image :

A screen shot of a computer program

Description automatically generated


Sample link: https://stackblitz.com/edit/5emwru-7crrzo?file=src%2FApp.vue

Contact us if you require any further assistance.


Regards,

Ajithkumar G



WL Wyatt Li April 9, 2024 01:22 AM UTC

Image_4131_1712625505967

Image_2232_1712625528979

Thank you for the response, but the warning still appears.

What's curious is that the treegrid appears instead of the gantt.



AG Ajithkumar Gopalakrishnan Syncfusion Team April 9, 2024 02:30 PM UTC

Hi Wyatt,

We are able to replicate the problem at our end. We have logged the problem “Edit mode as dialog used in Gantt chart warning error message thrown " as breaking issue. We are working on a fix for this issue and plan to include it in our upcoming patch release, which is currently scheduled for April, 17 2024.


You can track the progress of the resolution by visiting the feedback link provided below:


Feedback link:
  https://www.syncfusion.com/feedback/52589/edit-mode-as-dialog-used-in-gantt-chart-warning-error-message-thrown


Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.


Regards,

Ajithkumar G


Loader.
Up arrow icon