0

Working with Kendo Gantt chart to show milestone in the chart. The chart shows it as a task type. The setting for milestone type task is start and end date is same. Please let me know if there is any other setting we need

genericuser
  • 1,430
  • 4
  • 22
  • 40

1 Answers1

0

It was a code issue. The start date and end date were saved the same. However before binding the time for the end date was changed to 23:23:59, and that's why it was not displayed as a milestone. Fixed the date and time to be the same, and the milestone started showing.

genericuser
  • 1,430
  • 4
  • 22
  • 40