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!

1
Vote

Hi!

I'm having an issue when trying to edit a Task. You can see in this example:

https://codesandbox.io/s/gantt-test-edit-dialog-not-loading-duration-attribute-e2635i?file=/src/projectGantt.js.

When editing a Task, the Duration field does not have the corresponding value.

If I remove the custom `editType`, `edit` and `format` attributes from the Duration ColumnDirective (at line /src/projectGantt.js:120); the duration value appears correctly. But I want the duration to be a NumericEdit to avoid confusion (just like the "duration_actual" field that can be seen in the example).

Thanks!