Unplanned
Last Updated: 17 Apr 2024 16:41 by Mark
Created by: Robert
Comments: 7
Category: Scheduler
Type: Feature Request
24

Provide the possibility to dynamically change the height of the slots in Month, Multi-Week, and other views. This feature is useful in order to fit the events in the specific slot:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height

Unplanned
Last Updated: 16 Aug 2022 13:34 by ADMIN
Created by: Julian
Comments: 12
Category: Scheduler
Type: Feature Request
14

Hello,

 

we have the need, to implement custom timeline views for the scheduler which shows a month and quarter timeline view.

This is currently not possible because the TimelineViewModule is not exporting the TimelineMultiDayViewComponent.

We request, to add this component to the exports and provide an updated dev version of the scheduler published to npm so that we can continue soon.

 

Thank you!

Best regards

Julian Hochstetter

Unplanned
Last Updated: 04 Feb 2021 17:32 by James
Created by: Robert
Comments: 1
Category: Scheduler
Type: Feature Request
13

Provide an auto event height functionality in order to display the entire content of the event in the Moth view:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/auto-event-height

 

Unplanned
Last Updated: 12 Mar 2020 10:16 by ADMIN
Created by: Jurgen
Comments: 3
Category: Scheduler
Type: Feature Request
12
Provide a way to freely specify a start and end date for a date range which should not consist of every date between the start and end date.
Unplanned
Last Updated: 07 Jun 2019 10:03 by ADMIN
Created by: Hetali
Comments: 1
Category: Scheduler
Type: Feature Request
9

A property to remove all-day slot in the scheduler just like it is in jQuery (https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/configuration/alldayslot)

 

Current workaround:

Add the following CSS snippet:

 

.hide-all-day .k-scheduler-table tr:nth-of-type(0), .k-scheduler-times-all-day, .k-scheduler-table.k-scheduler-header-all-day {
  display: none;
}

 

Thank you.

Unplanned
Last Updated: 14 Sep 2021 12:52 by ADMIN

Hi Team,

It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.

 

 

Unplanned
Last Updated: 23 Feb 2024 08:22 by ADMIN
Created by: Rob
Comments: 3
Category: Scheduler
Type: Feature Request
8

Hi,

I would like a feature that allow to build a timeline view and group them using the Group resource calendar view and would like to show individual resource timeline in the group as demonstrated in the following picture:

thanks

Unplanned
Last Updated: 13 Jun 2019 05:13 by ADMIN
Created by: Shai
Comments: 0
Category: Scheduler
Type: Feature Request
7

In the jQuery Scheduler, the event template was also used for the drag hint. This allowed me to change the appearance of the drag hint according to the drag hint's position.

In the Angular Scheduler, the drag hint seems to show a static transparent copy of the event being dragged.

It will be really useful to have the drag-hint use the event template and also provide a boolean stating whether the event using the template is a drag hint.

 

Here's an example:

<ng-template kendoSchedulerEventTemplate let-event="event.dataItem" let-resources="resources" let-dragHint="isDragHint">
    <div [style.background-color]="calculateBackground(event, resources)" *ngIf="!dragHint; else: dragHintTemplate">>
        Regular Event
    </div>

    <ng-template #dragHintTemplate>
        <div [style.background-color]="calculateBackground(event, resources)">
            Drag Hint
        </div>
    </ng-template>
</ng-template>


 

Unplanned
Last Updated: 02 Mar 2020 15:14 by ADMIN
Created by: Toine
Comments: 0
Category: Scheduler
Type: Feature Request
7

We need to group the scheduler by date before it is grouped by resource. This doesn't seem possible in the Kendo UI for Angular Scheduler component. 

Our customers find the grouping by resource and then by date not workable in a real-life situation.

Group by date feature in jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/date-grouping

 

Unplanned
Last Updated: 18 May 2022 09:02 by Dawid
Created by: Sean
Comments: 2
Category: Scheduler
Type: Feature Request
7

Currently the Scheduler does not provide an opportunity for splitting very large datasets into portions via paging or virtual scrolling. This leads to decreased performance when a very large amount of resources needs to be rendered in the same view.

Please introduce virtual scrolling and/or built-in paging capabilities to resolve the performance issues.

Unplanned
Last Updated: 27 Jul 2021 11:38 by ADMIN
Created by: Irfan
Comments: 0
Category: Scheduler
Type: Feature Request
7
Provide an option to specify how many events could be listed for a day. When there are more events for a specific day a "more" link will be placed at the bottom of the day slot and will navigate to the day view, if clicked.
Unplanned
Last Updated: 10 Nov 2020 09:05 by Georgi
Created by: James
Comments: 2
Category: Scheduler
Type: Feature Request
6

Hi, Team!

As of now, the slotFill property is available only for Day and Week views.

I would like to have a similar property that modifies the extra open space (whitespace) at the end of the slot for the rest of the views:

  • Month
  • Timeline
  • Agenda
  • Multi-Week
  • Day

If you look at the 12pm "Dance Practice" event you can see the space on the end, I want the entire slot filled.  I tried CSS forcing the .k-event to 100% width which works with the daily view but this breaks the weekly view.

I know I can add logic to the click event to check if an event already exists and just ignore the click, but that is not very efficient and it still leaves that space on the end which serves no purpose and kind of ugly.  Any ideas?  

Unplanned
Last Updated: 22 Apr 2019 07:19 by ADMIN
Created by: Toine
Comments: 3
Category: Scheduler
Type: Feature Request
6
Currently the default height of a slot in day and weekview is pretty large. I would like to adjust the slot height to a custom size. 
Unplanned
Last Updated: 19 Dec 2019 12:06 by ADMIN
Created by: Cole
Comments: 0
Category: Scheduler
Type: Feature Request
6
Please provide a TimelineWorkWeekView component that will support [workWeekStart] and [workWeekEnd] input properties.
Unplanned
Last Updated: 09 Jun 2021 10:39 by ADMIN
Created by: Jhanendra
Comments: 0
Category: Scheduler
Type: Feature Request
6

Please provide an option that allows to resize the Scheduler columns similarly to the columns resize functionality of the Grid. 

Thank you

Unplanned
Last Updated: 28 Dec 2021 10:44 by ADMIN
Created by: Tobias
Comments: 3
Category: Scheduler
Type: Feature Request
5

Hello everyone,

 

are you planning on implementing the feature to select multiple events and drag them onto another date, like it is possible in jQuery?
http://demos.telerik.com/kendo-ui/scheduler/selection?_ga=2.126584516.852324468.1575276456-1228880553.1535611602

Or should I open a new Feature Request?

 

Best regards

Tobi

Unplanned
Last Updated: 27 Feb 2020 11:31 by ADMIN
Created by: Luke
Comments: 0
Category: Scheduler
Type: Feature Request
5

Currently, the Scheduler seems to be splitting out overnight shifts, sometimes across two separate weeks in the Agenda view.

Also, my end times are shown as 00:00. Both of these are a problem because we need to show overnight shifts as a single shift, and we need to show the end time along with the start time.

https://stackblitz.com/edit/angular-ew89m9

Unplanned
Last Updated: 22 Sep 2020 07:19 by ADMIN
Created by: Semie
Comments: 1
Category: Scheduler
Type: Feature Request
5
I would like to be able to programmatically toggle the scheduler from Show Business Hours to Show Full Day.  Currently there's an input for showWorkHours, but there's no event that allows me to know when showWorkHours changes from true to false.  Can you add this, please?
Unplanned
Last Updated: 11 Nov 2022 11:51 by Philipp
Created by: Philipp
Comments: 0
Category: Scheduler
Type: Feature Request
5

Hi,

Please add templates that allow customizing the loading indicators for the Scheduler and Autocomplete components (and any other component that has a loading indicator). Such templates would be similar to the kendoGridLoadingTemplate available in the Grid.

Thank you

Unplanned
Last Updated: 11 Nov 2021 11:47 by ADMIN
Created by: Damian
Comments: 0
Category: Scheduler
Type: Feature Request
5

Provide an option for hierarchical grouping in Kendo Angular Scheduler as jQuery does:

https://demos.telerik.com/kendo-ui/scheduler/resources-grouping-hierarchical

Please, consider adding an option that makes the corresponding groups collapsible.

Regards

1 2 3 4