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.
When I click on scheduler appointments where the top isn't visible, the scheduler often (but not always) scrolls up but doesn't scroll up enough to make the top of the appointment visible. I did a video showing what I mean. When you click the bottom part of the longer appointments, the top isn't immediately scrolled to and you have to scroll a little further to make it visible.
Is it possible to configure the scheduler (without custom JS) so that the top of the appointment is visible when clicked?
I haven't fully figured out what triggers it to scroll up either. The shorter appointments don't scroll at all when clicked, even if they are barely visible. The nearest I can tell, any appointment longer than an hour will scroll when clicked but it will only scroll up enough so that the first hour is still hidden. I do see that if the bottom isn't visible, it will always scroll down enough so that the bottom is in view but I'm not sure why the same doesn't happen for the top.
How much control do we have for displaying overlapping appointments? Right now, they show side-by-side which makes them hard to read:
Is it possible to lay them out differently so they overlap, giving more space to read the contents. Similar to how Google Calendar does it.
Hello Telerik team,
I'm new in Blazor environment, and I would like to use a mix of controls in order to display data. The goal is to have several columns and rows (like DataGrid control),:
In fact, I think the best control could be the Gantt control because of its structure and content, but I have one issue with that: I won't be able to put an item (chipset) over 2 rows.
Unfortunely, I can't provide you any picture of what I want because of my company restrictions.
Are you able to help me and provide me some advices?
Many thanks,
Valentin M.
I have a Scheduler on a dialog with a radio button group. Selecting radio button displays a number of appointments in the calendar and the Scheduler allows the user to click one to select it. When they select another radio button, I have it retrieving a new list of appointments and they're rendered properly but the same slot is still selected. If that slot isn't in the list, it selects a different (I think based on the previously selected appointment's index).
How can I clear the selected appointment index completely?
I'm getting a JavaScript error when I open a TelerikDialog that has a TelerikScheduler in it. The error is:
telerik-blazor.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'filter')
at m.handleOverflowingItems (telerik-blazor.js:1:2451674)
at e.ResizeService.onResize [as resizeCallback] (telerik-blazor.js:1:2446927)
at ResizeObserver.onResize (telerik-blazor.js:1:2228100)
at telerik-blazor.js:1:2239508
I have a reproduction here, specifically in this page. The error appears when you click the button and the dialog opens. If I remove the Scheduler, the error goes away. The configuration for the Scheduler was taken from the overview page.
This is happening with Telerik Blazor 8.0. I checked with version 6.2 and it didn't show an error in that case.
When using the Bootstrap theme with the scheduler, appointments are cutting off the bottoms of the Day Number in the cell. Is there an easy way to add a margin to the first appointment in each day cell so that all of the appointments in the cell shift down and don't overlap the number? Here's a repl of what it currently looks like:
https://blazorrepl.telerik.com/mJkQmEvU03c6KHyg35
Thanks,
Mike
Is there a way to set a default title when a day is clicked to add new event in the Telerik Scheduler? And to set the IsAllDay to true by default? I only need to do this when calendar is double-clicked to add new event.
Thanks,
Toya
Is there a way to use the recurrence editor without using the scheduler. I want to utilize the editor during configuration of auto-replenishing inventory. For example, hourly tickets for an event. For this I want to use the recurrence editor as a type of rule configurator instead of a full scheduler.