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!
Hi!
I'm having an issue when trying to edit a Task. You can see in this example:
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).