Scheduler Item don't show when data of scheduler have the same start and end DateTime

1 Answer 67 Views
Scheduler
Luu
Top achievements
Rank 1
Luu asked on 07 Jun 2022, 05:23 PM

Currently, I have an issue when using Scheduler component. I try for the example in Scheduler Document and I realize that SchedulerItem will not show when data props of scheduler have the same start and end DateTime example like this screenshot

But in my case, I want to show when both start and end are equal. I've tried to find a solution with the document but I can't. Do you have any comments on my situation? Thank you so much

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 09 Jun 2022, 09:18 AM

Hi Luu,

The event should have a duration in order for it to be displayed in the Scheduler (even if it is one millisecond):

     "Start": "2013-06-24T08:30:00.000Z",
      "End": "2013-06-24T08:30:00.001Z",

Having the same start and end will not render the event. With that in mind, if you want to display an event in the Scheduler, please ensure that it has duration.

 

Regards,
Konstantin Dikov
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
Scheduler
Asked by
Luu
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or