Completed
Last Updated: 24 Oct 2025 10:43 by ADMIN

Currently, the Typescript definition is missing information about all the possible options of the context menu, such as contextMenu.groups, contextMenu.close, etc.
Revise the typescript definition of the Grid context menu and add the needed options.

Completed
Last Updated: 24 Oct 2025 07:10 by ADMIN
Release 2025 Q4 (Nov)
Created by: Richard
Comments: 0
Category: DropDownList
Type: Bug Report
1

Bug Report

When a filterable DropDownList uses a tooltip for each item, the DropDownList will close.

Reproducible

DropDownList Filter + Tooltip Issue | Kendo UI Dojo
Steps to reproduce are in the Dojo

Expected Behavior

The DropDownList should remain open with the tooltip.

Workaround

Use a flag to handle when the DropDownList will close:
DropDownList/ToolTip - Prevent Closing | Kendo UI Dojo

Environment

  • Kendo UI version: 2025.2.702
  • jQuery version: All Supported Versions
  • Browser: all
Completed
Last Updated: 24 Oct 2025 06:44 by ADMIN
Created by: Jitender
Comments: 3
Category: Editor
Type: Bug Report
2

1. use safari browser

2. Go to https://demos.telerik.com/kendo-ui/editor/index

3.  copy a long text over 25 characters

4. paste the copied text in the editor

5. notice that the scroll takes you to the bottom of the page, The same is not noticed in any other browser.

6. This is very inconvenient. 

 
Completed
Last Updated: 23 Oct 2025 11:33 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When a draggable column is added in the Grid with incell editing and the user tries to add a new row, the first editable cell is the second cell on the row, but not the first one. After saving, the new value is saved in the first cell.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/qeSqICRA
  2. Click on the 'Add' button in the toolbar to add a new row.
  3. Add a value and save

Current behavior

Currently, on step two, the editable cell is the UnitPrice

Image

After entering a value, it is saved for the ProductName column

Expected/desired behavior

When adding a new row, the initial editable cell should be the first cell in the row (after the draggable). The new value should be saved for the same column.

The issue is a regression starting with 2025.3.812

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all]
Completed
Last Updated: 23 Oct 2025 11:21 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When a date is selected in the Grid and the value is cleared using the filter method, the filterMenu keeps the value of the Date fields.

Reproduction of the problem

  1. Run the example - https://dojo.telerik.com/CAGgaXTX.
  2. Filter the last column for example using the date '8/30/1993 00:00 AM'.
  3. Click the 'Clear all' button above the grid.
  4. Click on the filter menu icon above the 'Birth Date' column.

Current behavior

The Grid is filtered and the filter is cleared correctly, but the value of the date remains in the filter menu.

Expected/desired behavior

When the Grid filter is cleared, the value of all inputs in the filter menu should be cleared as well.

Workaround

 $('.k-filter-menu-container [data-role="datepicker"]').data('kendoDatePicker').value(null)

The issue is a regression starting with 2025.1.211.

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all ]
Completed
Last Updated: 23 Oct 2025 11:21 by ADMIN
Release 2025 Q4 (Nov)

Bug report

In a Grid where the filterable.extra is set to false, the data is not filtered correctly.

Regression introduced with 2025.2.520

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/iAdtdBjI/3
  2. Filter the Id column by e.g. 1
  3. Filter the Id column again by 2.

Current behavior

The column is empty after the second filtering

Expected/desired behavior

The data should be filtered correctly

Environment

  • Kendo UI version: 2025.2.520
  • Browser: [all]
Completed
Last Updated: 23 Oct 2025 08:39 by ADMIN
Release 2025 Q4 (Nov)

Bug report

If a ContextMenu is opened near the screen border, opening a third level of items doesn't show any nodes.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/VfhJXsuX
  2. Click to open the ContextMenu
  3. Expand Settings, and then expand Preferences, without scrolling the page or the Menu

Current behavior

The Preferences node doesn't contain any items

Expected/desired behavior

The Preferences node should show the items

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all]
Completed
Last Updated: 22 Oct 2025 12:15 by ADMIN
Created by: Alex
Comments: 0
Category: Toolbar
Type: Bug Report
0

Bug report

When there's a DropDownList in the Toolbar's oveflow, clicking to open the DropDownList closes the overflow popup.

Regression introduced with 2023.1.117

Note: As of 2023.1.117, the DropDownList is no longer overflowing, despite overflow: "always". As of 2023.1.425 the DropDownList is again displayed in the overflow, and can no longer be opened.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/mJFCLzOS/8
  2. Click on the overflow menu, and try to open the DropDownList

Current behavior

The overflow popup closes

Expected/desired behavior

The overflow popup should remain open so that you can interact with the DropDownList

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Completed
Last Updated: 20 Oct 2025 09:48 by ADMIN
Release 2025 Q4 (Nov)
Created by: Matthew
Comments: 0
Category: Grid
Type: Bug Report
0

Bug report

Calling the Grid's addRow method throws an error.

Regression introduced with version 2025.3.812

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/bkGNMOMW/4
  2. Click the Add a new row button

Current behavior

An error is thrown after adding the first row

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 17 Oct 2025 09:45 by ADMIN
Release 2025 Q4 (Nov)

Bug report

The label of some of the group fields in the table wizard are not properly aligned

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/IXvPpgtT
  2. Click the 'create table' tool and then 'Table Wizard'

Current behavior

Currently, the labels in the Cell Padding and Cell Properties sections are not correctly aligned

Image

Expected/desired behavior

Image

The issue is a regression starting with 2025.3.812

Workaround

execute: function (e) {
              console.log(e.name);
              if (e.name == "tableWizardInsert" || "tableProperties") {
                setTimeout(function () {
                  debugger;
                  $(".k-form-fieldset .k-d-grid .k-form-field:eq(0)").addClass(
                    "k-col-span-full",
                  );
                });
              }

              if (e.name == "tableCellProperties") {
                setTimeout(function () {
                  $("#k-cell-properties .k-form-field:eq(0)").addClass(
                    "k-col-span-full",
                  );
                });
              }
            },

Dojo - https://dojo.telerik.com/IXvPpgtT

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 17 Oct 2025 08:25 by ADMIN
Created by: Alexa
Comments: 1
Category: Chart
Type: Bug Report
0

Hello,

I noticed in some of my charts that when I call saveAsPDF, the series.name seems to be just a literal string of the series.name option, even when I use a template.

Please see the attached dojo to reproduce (I based this dojo off of the Chart API series.name as template dojo example).

https://dojo.telerik.com/ZgsUVIjM

I noticed that this behavior starts in 2024.4.1112. Prior versions evaluated the template for the PDF.

I do have a workaround for this, which is included in comments in my dojo. I just exportPDF and then use kendo.saveAs.

Additionally, I noticed that the bars in the chart are at 0 in the PDF. I'm not worrying about that at this time, I'm exclusively interested in the series.name template being evaluated on saveAsPDF.

Here are some screenshots of the dojo and resulting pdf for v2024.4.1112:

 

 

Here is a screenshot of the pdf when the same dojo is run on 2024.3.1015:

Please let me know if you'd rather I paste the dojo code directly into this ticket, or attach as a code file.

Thanks!

-Alexa

Completed
Last Updated: 07 Oct 2025 07:05 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When all-day event is rendered on more than one day the events in Scheduler are overlapped.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/yEDWLPir
  2. Edit the 'Job Interview - Bobby Rooney` event as follows:
Image

Current behavior

The events have the wrong calculation and are overlapping.

Image

Expected/desired behavior

The event should not overlap:

Image

The issue is a reression starting with 2024.4.1112

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all ]
Completed
Last Updated: 01 Oct 2025 14:33 by ADMIN
Release 2025 Q4 (Nov)

With Kendo version 2025.2.520 the filterInput text has been set and the current value is 'Filter'. However, there is no built-in option in the API that provides the possibility to change the text. As the text is not part of the messages, it can not be localized in case another language is used.

Dojo - https://dojo.telerik.com/zidaocyO

Add the filter input text to the messages so localization and customizing the text are possible.

Completed
Last Updated: 01 Oct 2025 13:18 by ADMIN
Release 2025 Q4 (Nov)

Bug report

In MultiSelect when the value is set initially and the mapValueTo option is set to 'dataItem', if the user first open and close the popup, the last item can not be removed and an error 'c.select(...).done is not a function' is thrown.

Reproduction of the problem

  1. Open the Dojo example. - https://dojo.telerik.com/@NeliKondova/UCesAQen
  2. Open the popup and scroll to the "Hungry Owl All-Night Grocers" item
  3. Close the popup
  4. Try to remove the "Hungry Owl All-Night Grocers" from the input

As the Dojo above does not use a remote valueMapper below is a sample project where a remote valueMapper method is implemented
WebApplication3.zip

Current behavior

The last item can not be removed and an error 'c.select(...).done is not a function' is thrown in the browser`s console.
The other items except the last one can be removed as expected. Also, all items can be removed initially in case the popup has not been opened and scrolled to the last item from the value.

Expected/desired behavior

It should be possible to remove all items displayed in the MultiSelect input, even in a scenario where the popup has been opened and closed.

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all ]
Completed
Last Updated: 01 Oct 2025 12:40 by ADMIN
Release 2025 Q2 (May)
Created by: Gabor
Comments: 0
Category: Form
Type: Bug Report
0

Bug report

Form validation is very slow in 2025.Q1

Reproduction of the problem

Dojo: https://dojo.telerik.com/wKZQZqMu

1. Please choose a Kendo UI 2025.1.211 library and click run

2. Click the show form button on the grid's toolbar. Popup a new window with kendo form.

3. Please click validate button and please look at the console.


Then

1. Please choose a Kendo UI 2024.4.1112 library and click run

2. Click the show form button on the grid's toolbar. Popup a new window with kendo form.

3. Please click validate button and please look at the console.



The issue is a regression starting with 2025.1.211

Environment
jQuery: 3.4.1
Kendo UI version: 2025.1.211
Browser: [all]

Completed
Last Updated: 30 Sep 2025 13:14 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When an image from docx file is pasted in the Editor an error is thrown.

Reproduction of the problem

  1. Open the Dojo
  2. Open the file test_word_images.docx
  3. Copy the first image and paste it in the Editor

Current behavior

An error is thrown : "Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob'"
screencast

Expected/desired behavior

There should be no errors in the console.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all ]
Completed
Last Updated: 30 Sep 2025 07:39 by ADMIN

Bug report

The ColorPickers in the Editor allow the user to change the text color or the background color of a selection in the component. When the Editor is working in Inline mode, if you select a text and manually enter a value in the HEX input of a ColorPicker, the pre-selected text is no longer selected. No text is colored inside the Editor.

Reproduction of the problem

  1. Open this Dojo and run it
  2. Select a text in the inline Editor
  3. Open one of the ColorPickers and enter a value in the HEX input
  4. Apply the HEX value

Current behavior

The ColorPicker closes. The selected text in the Editor before opening the ColorPicker is no longer selected. No text in the Editor is in the color entered in the HEX editor.

Expected/desired behavior

Clicking on the Apply button of the ColorPicker, after a HEX value is entered, should close the ColorPicker and color the pre-selected text. This correct behavior can be observed in the second Editor in the linked above Dojo example.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 29 Sep 2025 13:20 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When the editable option is disabled in the navigatable Grid and the user presses the 'Delete' button, the row is removed.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/xxZzRUbx
  2. Click on a cell or navigate to a cell and press the 'Delete' button on the keyboard.

Current behavior

The row is removed, although the Grid is not editable.

Expected/desired behavior

The rows should not be removed in the non-editable Grid.

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 19 Sep 2025 05:25 by ADMIN
Release 2025 Q4 (Nov)

Bug report

Dragging a card in the TaskBoard selects text in other cards

 

Reproduction of the problem
Open the next demo: https://demos.telerik.com/kendo-ui/taskboard/templates

Drag a Card and observe the automatic selection

Expected/desired behavior
No text shall be highlighted

Environment
Kendo UI version: 2024.3.1015
Browser: [all ]

Completed
Last Updated: 18 Sep 2025 16:48 by ADMIN
Release 2025 Q4 (Nov)

Bug report

When a column in the Grid is configured with a group template, updating a cell doesn't update the value of the group template.

Regression introduced with 2024.1.319

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/JukWtLSF/2
  2. Group the data by the name column
  3. Edit a cell in the salary column

Current behavior

The value of the group template in the Total column is not updated as per the salary column

Expected/desired behavior

The value of the group template in the Total column should be updated as it is calculated using the Salary column

Environment

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