New to Kendo UI for VueStart a free 30-day trial

Hide the all day row in the Scheduler

Updated over 6 months ago

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:

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

Runnable example

Change Theme
Theme
Loading ...
In this article
EnvironmentDescriptionSolutionRunnable example
Not finding the help you need?
Contact Support