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: 12 Mar 2020 10:16 by ADMIN
Created by: Jurgen
Comments: 3
Category: Scheduler
Type: Feature Request
14
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: 15 Nov 2024 10:50 by ADMIN
Created by: BOBY
Comments: 10
Category: Scheduler
Type: Feature Request
13
Allow the Scheduler PDF to export to multiple pages.   This is very important for us...
Unplanned
Last Updated: 18 May 2022 09:02 by Dawid
Created by: Sean
Comments: 2
Category: Scheduler
Type: Feature Request
8

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: 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: 10 Nov 2020 09:05 by Georgi
Created by: James
Comments: 2
Category: Scheduler
Type: Feature Request
7

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: 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: 08 Aug 2024 13:10 by TJ
Created by: Damian
Comments: 1
Category: Scheduler
Type: Feature Request
7

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

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: 27 May 2022 17:56 by Connor
Created by: Kendo UI
Comments: 1
Category: Scheduler
Type: Feature Request
6

Hi Team,

It will be a good addition to the Scheduler if Recurrence Editor Template is added to allow the developers to customize the content inside the Recurrence Editor.

Unplanned
Last Updated: 05 Jul 2022 15:13 by John
Created by: John
Comments: 0
Category: Scheduler
Type: Feature Request
6

Hi Team,

I'd like to request the built-in functionality to configure the appearance of all views to display the times horizontally.  I understand it is normally shown like this in the TimeLine View, but it would be nice to have this for other views too.

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: 17 Nov 2023 08:43 by ADMIN
Created by: Anto
Comments: 5
Category: Scheduler
Type: Feature Request
5

Hi, 

Please provide a feature like the following: https://demos.telerik.com/aspnet-ajax/scheduler/examples/creatingappointmentswithdraganddrop/defaultcs.aspx

Thanks and regards 

Anto

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: 02 Nov 2021 12:41 by Jean Pita
Created by: Jean Pita
Comments: 1
Category: Scheduler
Type: Feature Request
5

Please provide an option that allows to completely hide (not render) specific weekdays from the Scheduler views.

Thank you

Unplanned
Last Updated: 10 Dec 2021 07:36 by ADMIN
Created by: Kevin
Comments: 1
Category: Scheduler
Type: Feature Request
5

When using Group By Resource, can we expose the associated resource(s) to the date

 

For example given

 

We would have

* { date: 6/20, resource: room 101 }

* { date: 6/21, resource: room 101 }

....

* { date: 6/20, resource: room 201}

...

 

1 2 3 4