Completed
Last Updated: 28 Aug 2026 08:55 by ADMIN
Release 2026 Q4
n/a
Created on: 26 Aug 2026 10:11
Category: Scheduler
Type: Bug Report
0
Segmented control and dropdownlist are displayed in Scheduler with custom toolbar

Bug report

Reproduction of the problem

  1. Open and run the Dojo - https://dojo.telerik.com/OXSpsxQu

Current behavior

The segmented control for the views is displayedin the toolbar, although the Scheduler uses a custom toolbar configuration and the Segmented control is not added there.

image-20260826-100321.png

Expected/desired behavior

Only componentes listed in the toolbar configuration should be displayed

Workaround:

    .k-scheduler-toolbar > .k-toolbar-views-dropdown,
    .k-scheduler-views.k-segmented-control {
        display: none !important;
    }

The issue is a regression starting with 2026.3.811.

Environment

  • Kendo/Telerik version: 2026.3.811
  • Browser: [all ]
0 comments