DragEventEnd.Resources contains the resources associated with the slot at the end of the drag.
It would be great if we could get the resources associated with the slot at start of the drag.
https://stackblitz.com/edit/angular-kvvttz?file=app/app.component.ts
For example in the given stackblitz, we want to drag from Alex to Charlie, and this would update the event attendees to Bob and Charlie.
We can only do this if we know what the resource we started with and the resource we ended at.
If we have more all-day events, the entire screen takes up the space for that, and reaching to scheduler table is not a good experience and sometimes we can't even scroll up to that block.
https://stackblitz.com/edit/angular-txfrl5
Improvements are needed for the Scheduler view slots as well, for example, if a month view slot has many events:
https://stackblitz.com/edit/angular-bfsecq
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}
...
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
Provide the ability to drag and drop items from Grid to Scheduler:
Regards
Please provide an option that allows to completely hide (not render) specific weekdays from the Scheduler views.
Thank you
Hi Team,
It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.
Provide a built-in property for customizing the Repeat On DropDownList options:
Please provide an option that allows to resize the Scheduler columns similarly to the columns resize functionality of the Grid.
Thank you
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
Hi,
Can we have search functionality for the Kendo Scheduler for Angular, similar to the functionality in the Microsoft Outlook and Google Calendars?
Thanks,
Lance
Please provide a frozen/sticky column headers functionality for the Scheduler.
thanks
Please provide an option that allows to drag the Scheduler cells in order to define the time span when creating a new event. The behavior should be the same as the one demonstrated in the following example:
Thank you
Please provide an example demonstrating how to import from iCal and export to iCal similar to the following one:
https://demos.telerik.com/kendo-ui/scheduler/import-export-ical
but for the Kendo UI for Angular Scheduler component.
thank you
Currently the properties workWeekStart and workWeekEnd are exposed by the following Kendo UI for Angular Scheduler component.
WeekViewComponent and WorkWeekViewComponent both use these properties:
The scheduler also offers a TimelineWeekView component, which, as expected, greys-out the non-working days.
Additional info: created after looking at this issue in the Kendo-Angular repo.
Hi,
Please provide a way to reuse the default event edit form. That will be beneficial whenever the default edit form should be updated to include a few more fields.
thank you