New to Kendo UI for Vue? Start a free 30-day trial
Hide the all day row in the Scheduler
Updated over 6 months ago
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:
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 ...