Unplanned
Last Updated: 04 May 2023 10:49 by Daniel
Created by: Daniel
Comments: 0
Category: Scheduler
Type: Feature Request
2

The edit popup currently does not adapt to screen size changes. Part of the edit window for the scheduler is off the screen making it unreadable on certain resolutions.

I need to make it responsive/adaptive.

Duplicated
Last Updated: 28 Apr 2023 13:29 by ADMIN
Created by: Stewart
Comments: 4
Category: Scheduler
Type: Bug Report
0

 If I change the width of the scheduler component it doesn't move the events to the correct place

I am currentl looking at printing the Scheduler but I ran into this issue when trying to adjust the scheduler to fit on a page

Completed
Last Updated: 21 Apr 2023 07:30 by ADMIN
Release 4.2.0 (04/26/2023)

When the Week view of the Scheduler is selected the label of the DatePicker is incorrect. The displayed range in the label covers an extra day. e.g. in the Week view the range spans 7 days (the label show range of 8 days)



The problem can also be observed when the MultiDay view is selected - the displayed range includes one additional day.

Unplanned
Last Updated: 29 Mar 2023 11:48 by Ed

If the Start and/or End fields are DateTime? double-clicking on an empty slot does not open the form. This makes it impossible to create new events.

The issue occurs as of UI for Blazor 3.7.0.

Reproduction: https://blazorrepl.telerik.com/mnEHQNvl48HDc8xb30.

Unplanned
Last Updated: 28 Mar 2023 14:37 by Jonathan

When you have an event that starts between 11:30pm and 12:00am - the default last slot of the Timeline view, the Scheduler throws the following error:

Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection
Reproduction: https://blazorrepl.telerik.com/mxOdwWlS36flJdQO37.

 

Unplanned
Last Updated: 27 Mar 2023 08:22 by Daniel
Created by: Daniel
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hello,

Now that the DropDownList has an adaptive dropdown rendering, please use that instead of a plain HTML select in the Scheduler toolbar on small screens. It will be very beneficial when using dark themes.

Completed
Last Updated: 20 Mar 2023 15:26 by ADMIN
Release 4.2.0 (26/04/2023)
Created by: n/a
Comments: 0
Category: Scheduler
Type: Bug Report
2
By design, the appointments should be resized and repositioned upon browser resize. As of UI for Blazor 3.7., the appointments are not properly scaled upon browser resize.
Duplicated
Last Updated: 09 Mar 2023 10:00 by ADMIN
Created by: Joris
Comments: 1
Category: Scheduler
Type: Feature Request
1

Hello,

Sadly it appears there is no current time marker feature available for the scheduler.

Any chance that this could be implemented in the future?

Kind greetings

Unplanned
Last Updated: 06 Mar 2023 14:06 by Dario
I'd like to know when the user deletes an occurrence.
Unplanned
Last Updated: 10 Feb 2023 15:21 by ADMIN

Scheduler cells are not aligned correctly in the Timeline View when Bootstrap Theme is used.

To reproduce the problem:

 1. Open the following Scheduler Demo:
 https://demos.telerik.com/blazor-ui/scheduler/overview

 2. Select the Bootstrap Theme

 3. Open the Timeline View

Unplanned
Last Updated: 27 Jan 2023 21:12 by Michael
Created by: Thomas Schicker
Comments: 3
Category: Scheduler
Type: Feature Request
9

If the Scheduler is placed in a parent container (for example Telerik Splitter or any other container) its appointments are not resized when resizing the pane. The Scheduler itself resizes accordingly, but the appointments don't.

If the Scheduler is used as a standalone component, the appointments are properly resized and repositionеd on browser resize.
Unplanned
Last Updated: 26 Jan 2023 13:17 by Joshua

I am trying to create a timeline component that is just using week numbers for the current year.

Unplanned
Last Updated: 13 Jan 2023 06:33 by Jakub
If I set the NumberOfDays parameter to a number greater than 28 and the Display Scale and Layout is set to a percentage higher than 100%, the header labels that denote the hours are not rendered in the correct places.
Unplanned
Last Updated: 30 Nov 2022 13:08 by Darren
Created by: Darren
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hello,

It would be nice if there was a way to indicate to the user that there are events earlier or later in the day that are not in the current viewable area.

Unplanned
Last Updated: 30 Nov 2022 13:06 by Darren
Created by: Darren
Comments: 0
Category: Scheduler
Type: Feature Request
4

Hello,

I would like the Scheduler day view to scroll automatically to a defined hour, for example the start of the work day.

Completed
Last Updated: 08 Nov 2022 09:14 by ADMIN
Release 3.7.0 (09 Nov 2022)
Created by: Roberto
Comments: 4
Category: Scheduler
Type: Feature Request
17

I would like to alter some special slots in the scheduler like in WPF. Sample images is attached.

The slot should be customizable to define custom size and template.

*** Thread created by admin on customer behalf ***

Completed
Last Updated: 07 Nov 2022 12:58 by ADMIN
Release 3.7.0 (09 Nov 2022)
Created by: Eric
Comments: 0
Category: Scheduler
Type: Feature Request
12
I would like to have an OnRenderCell event for the Scheduler, so I can conditionally add color and text to the cells.
Unplanned
Last Updated: 18 Oct 2022 11:28 by Benjamin
Created by: Benjamin
Comments: 7
Category: Scheduler
Type: Feature Request
4

Hi there

The scheduler is an amazing component for Blazor, however with our designs we'd need to hijack one of the existing views and make a custom page from that which we don't really want to do if we can get this feature.

Custom Views would work just like any other view, but expose a <ViewTemplate> tag that would allow us to create our own custom view that can leverage on the power of the scheduler without doing anything hacky to achieve the same effect.

For instance a code example can be like:

<SchedulerViews>
    <SchedulerMonthView />
    <SchedulerDayView StartTime="@CurrentDate"></SchedulerDayView>
    <SchedulerCustomView>
        <ViewTemplate Context="view">
            <h1>This is a custom view for the @view.month</h1>
            <TelerikCalendar Date="@item.date" />
        </ViewTemplate>
    </SchedulerCustomView>
</SchedulerViews>

Completed
Last Updated: 17 Oct 2022 06:34 by ADMIN
Release 3.7.0 (09 Nov 2022)

The Scheduler seems to be showing the previous month in the header.

Completed
Last Updated: 12 Oct 2022 07:26 by ADMIN
Release 3.7.0 (09 Nov 2022)

<TelerikScheduler AllowCreate="@Editing" AllowDelete="@Editing" AllowUpdate="@Editing" OnDelete="@AppointmentDelete" OnEdit="@AppointmentEdit" OnUpdate="AppointmentUpdate"  Data=…

The above line breaks only with AllowUpdate.

I default Editing false, then toggle it true in the hosting component and do a InvokeAsync(StateHasChanged). 

The result is I can create and delete, but while the appointment hover cursor changes to the hand or arrows and I can see the handlebars to resize the appointment, I'm not able to update the appointment until I switch the SchedulerView. After switching SchedulerView updating works as expected.