JavaScript/jQuery Scheduler Events
This section describes events fired by this widget.
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentAdded
Raised after an appointment is added to the data source.
Event
Main article: onAppointmentAdded
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentAdding
Raised before an appointment is added to the data source.
Event
Main article: onAppointmentAdding
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentClick
Raised when an appointment is clicked or tapped.
Event
Main article: onAppointmentClick
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentContextMenu
Raised when a user attempts to open the browser's context menu for an appointment.
Event
Main article: onAppointmentContextMenu
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentDblClick
Raised when an appointment is double-clicked or double-tapped.
Event
Main article: onAppointmentDblClick
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentDeleted
Raised after an appointment is deleted from the data source.
Event
Main article: onAppointmentDeleted
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentDeleting
Raised before an appointment is deleted from the data source.
Event
Main article: onAppointmentDeleting
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentFormCreated
Use the onAppointmentFormOpening event instead.
Raised before an appointment details form is opened.
Event
appointmentFormOpening
Raised before an appointment details form is opened.
Event
Main article: onAppointmentFormOpening
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentRendered
Raised when an appointment is rendered.
Event
Main article: onAppointmentRendered
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentUpdated
Raised after an appointment is updated in the data source.
Event
Main article: onAppointmentUpdated
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
appointmentUpdating
Raised before an appointment is updated in the data source.
Event
Main article: onAppointmentUpdating
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
cellClick
Raised when a view cell is clicked.
Event
Main article: onCellClick
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
cellContextMenu
Raised when a user attempts to open the browser's context menu for a cell.
Event
Main article: onCellContextMenu
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
contentReady
Raised when the widget's content is ready.
Event
Main article: onContentReady.
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
disposing
Raised before the widget is disposed of.
Event
Main article: onDisposing
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
initialized
Raised only once, after the widget is initialized.
Event
Main article: onInitialized
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core
optionChanged
Raised after a widget option is changed.
Event
Main article: onOptionChanged
See Also
- Handle Events: Angular | Vue | React | jQuery | AngularJS | Knockout | ASP.NET MVC 5 | ASP.NET Core