Is it possible to change the date headers in KendoReact TimelineView to be weeks instead of days

1 Answer 164 Views
Scheduler
Cole
Top achievements
Rank 1
Cole asked on 31 Jan 2022, 06:27 PM
I am currently doing research and exploring the capabilities of the TimelineView component. Part of the requirements of a project I'm working on is that we can schedule events that span a period of weeks and view the scheduled events. In the attached screenshot the date headers I am referencing start with Jun 23. I have also attached a screenshot of the components I am working with. 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 01 Feb 2022, 05:55 PM

Hello Cole,

With the Scheduler component you can add events with the timeframe that you want (more than one day), by setting the start date and the end date accordingly.

    Start: '2013-06-09T21:00:00.000Z',
    End: '2013-07-12T00:00:00.000Z',

In the context of the TimelineView, those events will be repeated in every day:

As for the editing, in the following help topics you can find detailed information and examples:

If further questions arise, do not hesitate to contact us again.

 

Regards,
Konstantin Dikov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Cole
Top achievements
Rank 1
commented on 01 Feb 2022, 07:02 PM

Hey Konstantin, thanks for the reply. I wasn't clear enough in my question, but my desired outcome would be that the consecutive dates where it says JUN 23, JUN 24, JUN 25 turned into JUN 23, JUN 30, JUL 07. Is this possible?
Konstantin Dikov
Telerik team
commented on 02 Feb 2022, 04:12 PM

Hi Cole,

Thank you for the additional information.

With the current implementation of the Scheduler, displaying date ranges in the requested way is not supported. Nevertheless, I have noticed that you have created a feature request for this and based on the votes for it, it will be considered for implementation in future releases.

Tags
Scheduler
Asked by
Cole
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or