Hey guys,
I'm trying to setup my TelerikScheduler similar to this:
Blazor Display Only All-Day Appointments in the Scheduler - Telerik UI for Blazor
When I have multiple items for a single day, the items overlap, instead of stacking:
REPL: Telerik REPL for Blazor - The best place to play, experiment, share & learn using Blazor.
Which produces the overlapping items ("ABC" and "XYZ"):
If you click "Next day" a couple times you'll see another example ("DEF" and "UVW" overlapping).
Go one more day and it looks fine:
If you click "Week" view at the top (which is also using the TimelineView), you can see an example of one of them overlapping (on the 27th):
Is there any way to work around this issue? I would like to have multiple items listed per day (without time slots showing). Just stacked.
Everything looks how it should in Month view.
Everything looks how it should if they span more than one day generally.
Thanks
-Adam
UPDATE: Forgot to mention - SlotDivisions="1" may have something to do with it. However, if I don't include this, it will have two columns per day which I don't want.