<kendo:scheduler-ongoingEvents>

The 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.

Example

<kendo:scheduler>
    <kendo:scheduler-ongoingEvents></kendo:scheduler-ongoingEvents>
</kendo:scheduler>

Configuration Attributes

cssClass java.lang.String

Specifies a custom CSS class applied to ongoing events. If not set, the default k-event-ongoing class will be applied.

Example

<kendo:scheduler-ongoingEvents cssClass="cssClass">
</kendo:scheduler-ongoingEvents>

enabled boolean

Specifies if the ongoing events will be highlighted. Defaults to false.

Example

<kendo:scheduler-ongoingEvents enabled="enabled">
</kendo:scheduler-ongoingEvents>

updateInterval float

The update interval (in milliseconds) of the ongoing events highlight. Defaults to 60000 (a minute).

Example

<kendo:scheduler-ongoingEvents updateInterval="updateInterval">
</kendo:scheduler-ongoingEvents>

useLocalTimezone boolean

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.

Example

<kendo:scheduler-ongoingEvents useLocalTimezone="useLocalTimezone">
</kendo:scheduler-ongoingEvents>
In this article
Not finding the help you need?