ASP.NET Core Scheduler problem with the UI of the Scheduler, when trying to display 15 mins events

1 Answer 48 Views
Scheduler
Nestor
Top achievements
Rank 1
Nestor asked on 13 Jul 2023, 02:00 PM

Hi,

 

using Telerik Asp Net Core version 2022.2.621

I have a problem with the UI of the Scheduler, when trying to display 15 mins events.  The widget contains typically 30 mins to 1 hour events, occasionally, there are  15 mins events, in which case after the 15 mins event the next event is pushed to the right.  How to prevent that kind of behavior without changing the Major Ticks configuration. 

Changing the Major Ticks configuration will cause a problem in the UI because normal classes are 1 hour length. 

 

1 Answer, 1 is accepted

Sort by
0
Mihaela
Telerik team
answered on 17 Jul 2023, 12:49 PM

Hello Nestor,

Since you have submitted the same query as a support ticket, and I have already answered your question in the support thread, I will post the same here in case someone else has the same question:

The described behavior appears because of the two time slots per major tick (this is the default behavior). I would suggest increasing the available time slots to 3 or 4, based on your preferences:

@(Html.Kendo().Scheduler<Kendo.Mvc.Examples.Models.Scheduler.TaskViewModel>()
    .Name("scheduler")
    ...
    .MinorTickCount(4)
    ...
)

REPL sample: https://netcorerepl.telerik.com/GdYBbraC56ciNcwd04

 

Regards, Mihaela Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Tags
Scheduler
Asked by
Nestor
Top achievements
Rank 1
Answers by
Mihaela
Telerik team
Share this question
or