New to Kendo UI for Vue? Start a free 30-day trial

Adaptive Rendering

The Scheduler supports adaptive enhancements like changes in styling and behavior in order to remain consistent with the specific user device experience. For instance, when editing on a mobile device, the edit container will slide in a new screen for the user, which is a departure from the more desktop-like popup behaviors.

To enable the adaptive rendering feature, set the mobile option to true, phone or tablet:

  • If set to true, the widget will use adaptive rendering when viewed on a mobile browser.
  • If set to phone or tablet, the widget will be forced to use adaptive rendering regardless of the browser type.

The example below demonstrates how to configure the adaptive rendering mode of the Scheduler.

Example
View Source
Change Theme:

In this article

Not finding the help you need?