At the moment start and end times effectively "round" to the nearest half an hour. This can give the impression of events overlapping when they do not
e.g.
Admin edit: This feature would be similar to the Exact Time Rendering in our WebForms suite: https://demos.telerik.com/aspnet-ajax/scheduler/examples/exacttimerendering/defaultcs.aspx
Hi Dean,
Thank you for the details. Indeed, what you are seeking is this feature that we called "Exact Time Rendering" in our WebForms suite: https://demos.telerik.com/aspnet-ajax/scheduler/examples/exacttimerendering/defaultcs.aspx. I have also updated the title and opener post to clarify this a little for other people looking for it.
Regards,
Marin Bratanov
Progress Telerik
Thanks for your reply.
My request description would be better worded:
'At the moment start and end times effectively "round" to the nearest slot division".'
It's clearly inappropriate to show two events which are at different times - not even overlapping - as if they are at the same time, unless the space on the screen is ridiculously tight, which it is not in the example I uploaded.
I have attached another image which shows the problem even more clearly. A 2-minute appointment is represented as twice the size of a 15-minute appointment, because the former straddles a slot division, whereas the latter doesn't.
It should be possible to represent the appointments far more accurately in this amount of screen space.
Hi Dean,
If you have a lower duration for the slots, you can have more accurate display: https://docs.telerik.com/blazor-ui/components/scheduler/views/week#view-parameters
You can try this out yourself in the following demo: https://demos.telerik.com/blazor-ui/scheduler/week-view - see the slot ropdowns on the right hand side. Here's a basic example where I put a couple of arrows on the key positions:
If this does not suffice for your case, could you provide some more details on how you would expect the scheduler to handle a minute difference in such a tight spot otherwise? Perhaps a feature like this one (note that for it to make a difference it would still require large enough slots): https://demos.telerik.com/aspnet-ajax/scheduler/examples/exacttimerendering/defaultcs.aspx
Regards,
Marin Bratanov
Progress Telerik