OngoingEvents
configurationThe settings for the ongoing events highlight. The highlight is disabled by default. If you need to turn it on, set this option to true, or use a configuration object with its nested options.
ongoingEvents
Boolean|ObjectongoingEvents.cssClass
StringSpecifies a custom CSS class applied to ongoing events. If not set, the default k-event-ongoing class will be applied.
Default: null
ongoingEvents.enabled
BooleanSpecifies if the ongoing events will be highlighted. Defaults to false.
Default: false
The update interval (in milliseconds) of the ongoing events highlight. Defaults to 60000 (a minute).
Default: 60000
If set to false the ongoing events will be highlighted in the scheduler timezone. That means only events that happen at the moment (according to their start and end data) will be highlighted. In order the highlight on the ongoing events to be visually in sync with the currentTimeMarker in the widget, the useLocalTimezone configuration options of both must be set to the same value. This way the highlighted ongoing events will be placed over the currentTimeMarker.
Default: true