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
Hi,
We are currently migration from jquery scheduler to angular scheduler and we are missing few feature : event selection and range creation
https://demos.telerik.com/kendo-ui/scheduler/event-selection
Any plan for this features in angular scheduler ?
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
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.
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}
...
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
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
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.
Add Timeline Month View for Timelines like in jQuery
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
1. Run application and open the schedule component
2. Start drag the element on schedule to new place and drop it.
After that whole schedule component will blink(in Chrome, for example, all OK).
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/
Hello!
My team has identified a need for a sticky header on the scheduler. Essentially when scrolling down through a large scheduler, we would like an option for the header to be "sticky" or remain visible atop the scheduler as you scroll. We are unsure how difficult this would be, but allowing users to retain the resource reference regardless of how far they scroll would be very helpful!!! If this is not descriptive enough please feel free to let me know, and I can find some examples!
Thank you!
-Eric Reed
Add supporting Angular ng-show/ng-hide on kendo scheduler template
We are currently developing an Angular solution for our client. We are migrating from a Silverlight based solution, which had the Telerik Silverlight RadScheduleView integrated. The RadScheduleView was used in a context with a lot of resources (150+) displayed at once, making up for a large number of columns. This made scrolling through such a structure difficult. Luckily, the scrolling process was configurable through 2 properties: one defining the position relative to the margin where scrolling begins and one defining the speed of the scroll. While we are trying to migrate the solution to Angular, the closest thing we have to the old RadScheduleView is the kendo UI for jQuery Scheduler component. The integration can take place more or less in a smooth way, but a problem which we still have is scrolling. In the jQuery Scheduler it is no longer possible to tinker with the same properties/configuration items as before in RadScheduleView. Unless one is willing to modify the internal kendo UI sources (kendoDraggable AUTO_SCROLL_AREA). This is not a desirable solution and I hope this will be addressed in the Scheduler Angular component.
For the future Scheduler component it would be very useful to have frozen resource columns. This would allow a much more pleasant user experience when working with many resource columns. Especially when there is a need to drag and drop appointments/events from one resource to another and they are physically separated by a lot of other resources columns.
transpose scheduler view by top time and left day view is it possible to achive in kendo ui angular
is there a way for undo or redo for scheduler event else how we can achieve those feature in kendo ui Angular