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
Asked
Active
Viewed 278 times
0
-
Can you please clarify the expected result? – CMartins Jun 12 '19 at 06:24
-
1Here's an example where "Project kickoff" is a milestone: https://demos.telerik.com/kendo-ui/gantt/index – GaloisGirl Jun 12 '19 at 10:54
1 Answers
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