In date pickers in scheduler and occurence editor to easily be configured to show week numbers.
Currently, if the message for the allday events in the Scheduler is on multiple lines the height of the cell containing the message and the header row in the Day view is not the same. There is a white bar below the header row. Here is a Dojo.
I would like to have the possibility to set the Allday message to be on multiple lines and the height of the cell containing the message to be consistent with the header row.
When using the Scheduler with multiple resources, the day, week and work week views become unresponsive as a result of the view loading all of the resources. The following dojo demonstrates this http://dojo.telerik.com/EvEROL It would be good if the Scheduler could be configured to allow virtual scrolling so that resources can be loaded at the point of scrolling down the view. An example of why this might be required is: - You have two lists of resources, one for projects and one for staff - You would like to group the events by resource and see which member of staff they are assigned to and to which job they belong to. - This would allow you to easily re-assign events to different members of staff or to different projects by dragging and dropping.
A feature that allows the events in the Scheduler to have their ‘margin-bottom’ property assigned programmatically. This is required to support custom events with a border-width > 1px. Currently, the code calculating event position assumes the border-width on events will be 1px, and it works perfectly when that assumption is correct. Increasing the border-width results in events overlapping each other, which is something I’d like to avoid.
When editing a recurring event it can occur than the POST call (the one that creates the exception) finishes well, but the PUT one fails. In this case the exception is created but the new event is not created, causing that the final user thinks that the event disappeared (and causing an inconsistency in database). It would be great if the scheduler could be configured to make one single call with the data of the master event and the new one in the same post, atomicly. Moreover, if it is needed to perform remote validation when resizing or moving one event of a serie (the same scenario as the previous one) it would be much more easier to do it with that single call model.
When setting the color for a Scheduler event resource, allow for a CSS class instead of a simple color.
The kendo scheduler allows you to generate templates, but the events will not stretch dynamically to display the contents. If the event heights had additional height controls like filling a row from top to bottom instead of forcing white space below the events it would give more real-estate inside the plugin without taking up more overall space on the screen.
When using the scheduler and you have a lot of all day events, the widget resizes to allow for all the all day events but then collapses the remaining day hours down to a scrollable view. If you want the scheduler to fit on the screen without a browser scrollbar, the hours section is rendered virtually useless.
The timeline control currently restricts the users to select events from only one group. It must allow selection across the groups. It does not make any sense in restricting the user to a group. Also to deselect an event from selected events is not possible and the user has to deselect all the events and start from scratch. This seems to be a bug with this tool.
For the moment the current time mark is only visible at the first column, for a better user experience the mark should be across the widget
I'd really appreciate it if it were possible to include special slot when using Kendo scheduler in JQuery. I'm trying to create zones contai
Proposal: Add a property/function that specifies the resource group to take the task's background color from.
Add a property to the Kendo Scheduler called something like allowOverlap (true/false) as an easy way to allow or disallow overlapping events based on event start & end on the scheduler timeline. An alternative could be an "onOverlap" event. Thanks
In the scheduler add the posibility to draw events in event (parent/child). The child will be limited by the dates on its parent.
I would like to see built-in support for copying/pasting of events in the scheduler. If multiple schedulers exist on the same page, it doesn't matter to me if you can copy/paste between them. CTRL+C and CTRL+V as well as a context menu would be nice.
When there are more events than can be shown for a day (in the month view) on the Kendo UI Scheduler; clicking the expand button switches to 'Day View'. It would be useful to have an option to just expand the height of the day instead. This would match the behavior in the SilverLight version of the scheduler.
can we show Time vertically in Timeline view
The scheduler in week-view and day-view is always starting at 12 am. We would like to request a simple function, which allows to let the calendar scroll to the desired hour! (Let's say it is 3PM and the user would see automatically see his appointments beyond 3PM, because that is what matters and not staring at 12AM ) Nobody want to look at a day view, which starts at 12am. There are in some forums suggestions mentioned how to potentially do it, but id does not work in all screen sizes without terribly breaking it! So please please add this small, but valuable feature...
It will be fine to have a field "isReadOnly" on default scheduler datasource. This is to allow to share events like "public holidays", events of another users, ... or to prevent a user from changing an old event (according to business rules ...).