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

Hide Scheduler Toolbar and Footer

Environment

ProductProgress® Kendo UI for Scheduler

Description

How can I hide the Scheduler toolbar and footer elements?

Solution

You can hide the toolbar and footer elements of the Kendo UI for Angular Scheduler by using custom CSS styles:

css
.k-scheduler .k-scheduler-toolbar,
.k-scheduler .k-scheduler-footer {
    display: none;
}

The following example demonstrates the suggested approach in action.

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