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
Hello,
we request the feature, to have the possiblity, to create a new event, by doing a slot click + dragging the mouse + release to create a new event.
Can we expect this feature or do you can suggest a workaround using existing functionality to get a similar functionality?
Thank you!
Best regards
Julian Hochstetter
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
Hi, Team!
I would like to have a designated Timeline View that displays a whole year.
Best regards!
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.
Hello,
The Month View in the Scheduler displays 6 weeks, and we sought to change this to just the 4 weeks in the current month, rather than showing 1.5 - 2 weeks of the following month as well. Could it possibly be made configurable to set the number of weeks, or perhaps a toggle to enable/disable extra days/weeks that are not in the current month?
Thanks
Hello, Team!
I would like to have a timeline view with custom number of days/weeks.
Hy support team,
i am looking to get a year view of a schedueler but it seems to me that the documentation doesnt adress this point.
is there a workarround ?
2022
januray february March April............................................December
1 1
2 2
3 3
4 4
5 5
....
Provide a template that allows modifying the following time slots for the TimeLine view.
Hi,
I am looking for the ability to alter the date range in the month view such that a month view for TODAY - 3/24/2022 would show 3/20 - 3/26. Where TODAY would be in the first row of date slots that get rendered.
We need a "month view" that can not have the first week rendered vary by date. (outlook calendar month view does this) see attached.
Thanks
(for further reference please see private support thread: 1443943)
Add Timeline Month View for Timelines like in jQuery
I would be nice to highlight the currently selected event. As in the example below the selected event has a purple border
Custom editing in reactive forms within EditDialogTemplateDirective causes udefined error at EditDialogComponent.titleInput .
Reproducible at example https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/custom-reactive-editing/