New to Kendo UI for Vue? Start a free 30-day trial
Hide the all day row in the Scheduler
Environment
Product Version | 4.1.1 |
Product | Progress® 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: