Unplanned
Last Updated: 29 May 2026 07:24 by ADMIN
Scheduled for 2026 Q3
Created by: Michael D
Comments: 1
Category: MultiSelect
Type: Bug Report
0

Hi!

I have noticed the following behavior of the Kendo-UI MultiSelect widget (reproducible in this DOJO):

  1. focus the button
  2. click on the X button of the selected tag in the MultiSelect to remove it

-> the button is still focused

The user has interacted with the MultiSelect, so it should grab the focus. Since the tag is removed, I would have expected the whole widget to be focused instead. At least this is what happens when clicking the "clear" button.

Unplanned
Last Updated: 28 May 2026 07:56 by ADMIN
Scheduled for 2026 Q2

Bug report

Dropdown Not Visible in Frozen Pane in Kendo jQuery Spreadsheet

Reproduction of the problem

Dojo example - https://dojo.telerik.com/mLetbVPM


Environment
jQuery: 3.7.0
Kendo UI version: [all]
Browser: [all]

Unplanned
Last Updated: 28 May 2026 07:15 by ADMIN
Scheduled for 2026 Q3

Bug report

If a Scheduler event's start time is set differently than :00 or :30, the event will be dropped in an incorrect slot when snap is enabled. The start time in the hint is also incorrect.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/oSaQUCOp/13
  2. Drag the event to 2:00 AM and drop it. Notice that the start time in the hint is also incorrect when the event is over the 2:00 AM slot.
  3. Drop the event

Current behavior

The event will be placed at 2:19 AM instead of at 2:00 AM

Expected/desired behavior

The event should be placed at the dropped slot.

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 28 May 2026 07:15 by ADMIN
Scheduled for 2026 Q3

Hello,

I have an issue when I use the drag and drop of a picture in the kendo Editor inline.

Let me explain it :

1) Go to : https://runner.telerik.io/fullscreen/uWosAbib (It's the standard example on your site) on chrome 123

2) Select the last editor "Rich UI Widgets for..."

3) Take a file of a picture on your computer and drop it on the first editor "Comprehensive HTML5/..."

Two things :

* The file open on a new tab browser instead of to be added to the html of the first editor

* There is a message in the debug tools (The stack trace is added in the Attach Files)

Uncaught TypeError: Cannot read properties of null (reading 'nodeType')
    at init.index (kendo.all.js:135127:1)

Another element, if you don't select and just drag and drop it's work.

Thank you for your awesome framework and good luck with the correction !

Unplanned
Last Updated: 28 May 2026 07:15 by ADMIN
Scheduled for 2026 Q3

Bug report

When ListBox contains a long string it does not display a scroller.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/ASuvOjUT

Current behavior

There is no scroller, thus the user can not see the entire text. Also, the listbox is shifted a little bit to the left.

Expected/desired behavior

There should be a scroller and the entire ListBox should be visible.

The issue is a regression starting with 2022 R1 (2022.1.119) release

Пossible workaround

  
<style>
 .k-list-content{
      overflow: auto;       
}

.k-listbox .k-list-scroller {
      min-width: 0;
}

.k-selected{
        width: fit-content;
}
   
</style>

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Unplanned
Last Updated: 27 May 2026 15:29 by ADMIN
Scheduled for 2026 Q3

Bug report
When using an Editor in Inline mode and dragging an image a JavaScript error is thrown: Uncaught TypeError: Cannot read properties of null (reading 'nodeType')

Reproduction of the problem
Open the Dojo - https://dojo.telerik.com/eBsLBgvN

1. Insert an image and some text into the editor.
2. Select both the image and text together.
3. Start dragging by clicking on the text area
Exception occurs

index-esm.js:17572 Uncaught TypeError: Cannot read properties of null (reading '_destroyResizeHandles')


Environment
Kendo UI version: 2026.1.325
Browser: [all ]

Unplanned
Last Updated: 27 May 2026 13:59 by Sergei
Created by: Sergei
Comments: 0
Category: Editor
Type: Bug Report
0

Bug report

Reproduction of the problem

  1. Open the https://dojo.telerik.com/SSFszYRK or https://dojo.telerik.com/yYFBekrt
  2. Copy some text
  3. Select part of the text in the Editor and try to paste using Ctrl + V

Current behavior

Currently, the highlighted (selected) text dissapers.

Expected/desired behavior

The selected text should not dissapear and the content of the Editor should remain unchanged.

Workaround

kendo.ui.editor.Clipboard.fn.onpaste = function(){
        if (this.editor.body.contentEditable === "false" || this.editor.body.contentEditable === "inherit" ) {
          return;
        }
      }

Environment

  • Kendo/Telerik version: 2026.2.520
  • Browser: [all ]
Unplanned
Last Updated: 27 May 2026 13:37 by Sergei
Created by: Sergei
Comments: 0
Category: Editor
Type: Feature Request
1

Hi Team,

I would like to request a way to utilize formattingMarks for the Kendo UI Inline Editor without having to set inlineHeight.  The way we use the editor requires its height to grow dynamically as the user types text. We usually have around five editors displayed on the screen at the same time, so it is important for us that formattingMarks works correctly across multiple editors on a single page.

Thank you!

Unplanned
Last Updated: 27 May 2026 11:23 by ADMIN
Scheduled for 2026 Q3
Created by: ecobite
Comments: 0
Category: ColorPicker
Type: Bug Report
0

Bug report

Reproduction of the problem

The ColorPicker with adaptiveMode enabled throws an error after being destroyed and initialzed

  1. Oppen the Dojo - https://dojo.telerik.com/iwXhhhCW
  2. Click the ‘Refresh’ button
  3. Resize the browser window or the Dojo

Current behavior

An error: kendo.columnmenu.js:2099 Uncaught TypeError: Cannot read properties of null (reading 'attr') is thrown

Expected/desired behavior

No error should be thrown after reinitializing the ColorPicker component.

Environment

  • Kendo/Telerik version: 2026.1.415
  • Browser: [all ]
Unplanned
Last Updated: 26 May 2026 07:55 by ADMIN
Scheduled for 2026 Q3

1. Navigate to: https://dojo.telerik.com/@PMcDonou/UVIXEPOk

2. Enter a space in maskedtextbox

Result: space is accepted as a valid character 

Expected: space should be prevented

 

Workaround: Use '\u2000' for promptChar instead of space

 

Unplanned
Last Updated: 26 May 2026 07:55 by ADMIN
Scheduled for 2026 Q3

Bug report
DateTimePicker modern type cut does not flip popup when there is more space above the input

Reproduction of the problem

Open this example:

https://runner.telerik.io/fullscreen/OnUNodon/2

Resize the window so vertical scrollbar appears

Scroll so the DateTimePicker is below the center of the window 

Open the DateTimePicker

Expected/desired behavior
Popup shall be positioned on top of the input

Environment
Kendo UI version: all
Browser: [all]

TicketID 1545933

Unplanned
Last Updated: 26 May 2026 07:44 by Philip
Created by: Philip
Comments: 0
Category: Spreadsheet
Type: Feature Request
0

We're using the kendo spreadsheet with validation.

There's a cell that validates against a list of values.

The list of values can be up to 50 values or so.

It would be beneficial if there is a scrollbar for the dropdown, similar to the Excel behavior.

Unplanned
Last Updated: 22 May 2026 10:54 by ADMIN
Created by: kristina
Comments: 0
Category: Gantt
Type: Feature Request
1

Problem There's no way to display milestones that apply across the entire Gantt independent of the task hierarchy. Tying milestones to task rows means they disappear when rows collapse, and sibling-row workarounds are visually indistinguishable from real content rows.

Requested Behavior A pinned milestone band rendered above the task rows, below the timeline header, that:

  • Stays visible regardless of row collapse state
  • Scrolls horizontally with the timeline but not vertically with tasks
  • Accepts milestone objects with date, label, color, and type
  • Supports multiple milestones on the same band (stagger or tooltip on hover)

Use Case In our publication planning workflow, study-level dates (Data Lock, Embargo Lift, Interim Analysis) are reference points that need to be visible while scrolling through 20–50 task rows. These don't belong to any single task — they're plan-wide context.

Proposed API

javascript
globalMilestones: [
  { date: new Date("2026-03-01"), label: "Data Lock", color: "#F58010" },
  { date: new Date("2026-05-15"), label: "Embargo Lift", color: "#20B34A" },
],
showGlobalMilestoneBand: true,
globalMilestoneBandHeight: 32
Unplanned
Last Updated: 18 May 2026 12:21 by ADMIN
Created by: Lee
Comments: 2
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to prevent a responsive Grid from displaying an input when the screensize/container is shorter.  Perhaps, decreasing the buttonCount automatically instead of displaying the input may be a reasonable alternative.  This would be better than setting the pageable.responsive configuration to false.  

Thank you!

  
Unplanned
Last Updated: 13 May 2026 15:46 by ADMIN
Scheduled for 2026 Q2

When you have a simple kendodropdown list that is set to adaptiveMode = "auto", resizing the browser throws. This can be reproduced on your demo pages.

Steps to reproduce:

  1. use this Dojo: https://dojo.telerik.com/LHJLQgzy which was created from your demo page
  2. Ensure the browser is narrow enough to be considered mobile
  3. run the project
  4. confirm dropdown is functional
  5. resize the browser to desktop size
  6. the dropdown list stops working and throws

 

kendo.virtuallist.js:2890 Uncaught TypeError: Cannot read properties of undefined (reading 'style')

Unplanned
Last Updated: 12 May 2026 17:41 by Kishan
Created by: Kishan
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

Background

Kendo controls column width exclusively via <colgroup><col width="Npx"> attributes. CSS min-width on <col> is not supported by browsers (per spec). There is no minWidth property in the column configuration API. When a column has no explicit width set, it can collapse to near-zero width when the grid container is narrow - making content completely unreadable. This request excludes the columns.minResizableWidth as resizable is necessary with this configuration.

Request

We need the following to work generically across all grids without per-instance config changes:

1. Column minWidth API

columns: [
  { field: "name", title: "Name", minWidth: 150 }  // ← requested or it would be great if this min width we can apply at global level
]

Where minWidth is respected even if no width is specified, and is not overridden if an explicit width larger than minWidth is set else the global min width of 150px should be considered.

2. Grid-level minWidth config

$("#grid").kendoGrid({
  minWidth: 1000  // ← requested: grid never renders narrower than this or columnCount * default columns global width (150px) whichever is higher
});

Or ideally computed automatically as Math.max(1000, columns.length * defaultMinColWidth).

Thanks & Regards

Kishan

 

 

Unplanned
Last Updated: 24 Apr 2026 07:46 by ADMIN
Created by: Magnus
Comments: 3
Category: Gantt
Type: Feature Request
0
Drag with multi-select
Unplanned
Last Updated: 22 Apr 2026 19:25 by Sune Dyrberg
Created by: Sune Dyrberg
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

What we're looking to achieve, is that when the page/grid enters edit mode, ALL fields in the grid should immediately become editable fields. This would help prevent the user from having to click on every cell to edit first, and the user would have a direct view of all fields actually being editable, make their changes, hit the save button on the page, and save everything at once.

Currently it's difficult for the user to actually know which fields they can edit, as they have to click a cell before it becomes editable.

Thank you!

Unplanned
Last Updated: 22 Apr 2026 12:52 by ADMIN
Scheduled for 2026 Q2

Bug report

Reproduction of the problem

  1. Open the Dojo linked here - https://dojo.telerik.com/oJOxqTQk
  2. Run the page and inspect the browser console during widget initialization.

Current behavior

Initializing a hidden-by-default Kendo Grid configured with stacked layout throws a JavaScript error during initialization - Uncaught TypeError: Cannot read properties of undefined (reading 'find')

Expected/desired behavior

No errors should be thrown when initializing a hidden stacked layout Grid.

Environment

  • Kendo/Telerik version: 2025.4.1321
  • Browser: [all]
Unplanned
Last Updated: 21 Apr 2026 06:40 by ADMIN

Bug report

When the timezone of the machine and the timezone set in the Scheduler are in different days, the currentTimeMarker is not displayed in the Timeline view.

Reproduction of the problem

  1. Change the timezone of the machine to 'Fiji' or another timezone, thus the 'Honolulu and the chosen timezones are on different days. For example, when it is 3 am on 01.06 in Honolulu, it is 1 am on 02.06 in Fiji.
  2. Open the Dojo linked here where the timezone is set to 'Pacific/Honolulu' - https://dojo.telerik.com/@NeliKondova/UVuDAJib

Current behavior

When the timezone of the machine and the timezone set in the Scheduler are in different days, the cusrrentTimeMarker is not displayed in the Timeline view.

Expected/desired behavior

The cusrrentTimeMarker should be displayed in all the views.

Environment

  • Kendo UI version: 2023.1.425
  • Browser: [all ]
1 2 3 4 5 6