Navigate
eventsFired when the user changes the selected date, selected Scheduler view or switches between show full day and show business hours.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.action String
Name of the action. Possible values are:
- changeView - navigate to different view
- next - navigate to next time period
- previous - navigate to previous time period
- today - select today's date
- changeDate - a date is selected via the Calendar
- changeWorkDay - switch between full day or business hours shown
e.date Date
Selected date
e.view String
Name of the view
e.preventDefault Function
If invoked, prevents the action.
e.sender kendo.ui.Scheduler
The widget instance, which fired the event.