[Solved] Gantt headers start time and end time

0 Answers 8 Views
Gantt
Miljana
Top achievements
Rank 1
Iron
Miljana asked on 23 Apr 2026, 08:25 AM | edited on 23 Apr 2026, 08:26 AM

Is there a way to make end time for week view 23:59 instead of 00:00?

This is my code:

<kendo-gantt
  [kendoGanttHierarchyBinding]="data"
  kendoGanttExpandable
  [initiallyExpanded]="true"
  childrenField="subtasks"
  [activeView]="activeView"
  workDayEnd="23:59"
  workDayStart="00:00"
>
  <kendo-gantt-timeline-week-view
      [timelineHeadersDateFormat]="{
        groupHeaderDateFormat: 'EEE MMM dd HH:mm',
        columnHeaderDateFormat: 'EEE, dd MMM',
      }"
  ></kendo-gantt-timeline-week-view>
</kendo-gantt>

No answers yet. Maybe you can help?

Tags
Gantt
Asked by
Miljana
Top achievements
Rank 1
Iron
Share this question
or