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

Hide the all day row in the Scheduler

Environment

Product Version4.1.1
ProductProgress® Kendo UI for Vue Native

Description

How to hide the Scheduler all day row?

Solution

This can be achieved with CSS:

<style>
  .k-scheduler-head .k-scheduler-group.k-group-horizontal:nth-of-type(2),
  .k-scheduler-head .k-event {
    display: none;
  }
</style>

Runnable example

Example
View Source
Change Theme:

In this article

Not finding the help you need?