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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

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).