Completed
Last Updated: 04 Nov 2021 12:03 by ADMIN
Michael
Created on: 17 Nov 2014 15:39
Category: Scheduler
Type: Feature Request
2
Scheduler: Add navigated event
It appears that the view startDate/endDate are not yet updated when you hook in to the "navigate" event.  I need an event to be thrown after the view is changed, such as a "navigated" event.  If there is some other way to do this, please let me know.  If not, this seems like it would be an easy one to add.  Thanks!
4 comments
ADMIN
Nencho
Posted on: 04 Nov 2021 12:03

Hi,

Here's the event in the API of the component:

https://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler/events/navigate 

Regards,
Nencho
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

John
Posted on: 16 Dec 2014 14:46
I am looking for the same functionality (and noticed quite a few forum posts looking for the same thing without having to go back to the server).  I have a need to build a custom url (AngularJS) and need the start and and end dates of the view after navigation has completed (or the start and end dates the user is going to see not what they currently see).
Michael
Posted on: 20 Nov 2014 15:31
Basically, yes.  I wanted the view's start/end dates, when the view is changed, or when the arrows are used.  I checked the scheduler code, and it appeared that they are not yet set when the navigate event is triggered.  That may make sense, in case the user wants to prevent the navigation, but if there was an event for after the navigate was completed (like "navigated"), then the view would be ready at that point, so I could then get the new dates for the view.  I found an undocumented "activated" event on the view, and started to use that, but ended up going a different direction for what we were doing anyway.  I hope that helps.  I don't exactly need it anymore, but maybe it could still be a useful event.
ADMIN
Telerik Admin
Posted on: 20 Nov 2014 12:27
MIchael, can you clarify what you have in mind by startDate/endDate here? The scheduler has startTime/endTime attributes, are you trying to extract their values in its navigate event?

Your additional explanation will help to evaluate your request properly.