Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm trying to create an external switch that changes the GanttChart mode from view to edit using a state variable (with React useState hook). The state correctly updates but the Gantt still not allows to edit the task from the taskbar. I set the allowTaskbarEditing in editSettings prop but it seems working only when using an hard coded value (true/false).