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

Hide the Specify time zone in the Scheduler

Updated on Sep 9, 2026

Environment

Product Version4.3.2
ProductProgress® Kendo UI for Vue

Description

How can I hide the Specify time zone in the Scheduler edit form?

Solution

This can be achieved by setting display: none to the k-form-field using nth-of-type:

html
<style>
  .k-form-field:nth-of-type(3) {
    display: none !important;
   }
</style>

Runnable example

Example
View Source
Loading ...
In this article
EnvironmentDescriptionSolutionRunnable example
Not finding the help you need?
Contact Support