[Solved] Gantt headers start time and end time

1 Answer 19 Views
Gantt
Miljana
Top achievements
Rank 2
Iron
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>

1 Answer, 1 is accepted

Sort by
1
Accepted
Martin Bechev
Telerik team
answered on 27 Apr 2026, 01:53 PM

Hello Miljana,

Thank you for the provided screenshot.

There is currently no built-in option to make the Week view display `23:59` as day-end times, because the view is day-granularity by design. The Gantt also does not provide a template to customize the timeline header. However, we are currently tracing the demand for the following feature request, providing a template for the timeline header. Please cast your vote as well:

https://feedback.telerik.com/kendo-angular-ui/1630692-timeline-header-customization-custom-template

If the feature is urgent for your project, an option that may be relevant and applicable to your needs is the Feature Acceleration program. This program fits well in scenarios where a feature or enhancement is important for an application's success, but it is not planned to be available at the time of the application's completion. Let me know if you are interested in pursuing this option. 

Regards,
Martin Bechev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Gantt
Asked by
Miljana
Top achievements
Rank 2
Iron
Iron
Answers by
Martin Bechev
Telerik team
Share this question
or