Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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!

0
Votes

When using a custom column in the Gantt chart, if the column value is a string containing only digits , the chart incorrectly renders it as a date. This happens even though the value is intended to be a plain string or identifier, not a date.


Sample 

date.png

Use a Gantt chart with a custom column.

Pass a string digit ("250977") as the value for that column in the dataSource.

Observe that the value is rendered as a date instead of a string.