Unplanned
Last Updated: 15 May 2025 11:07 by Michal

Bug report

Pivotgridv2 measure is not slicing the data by the second attribute when expanding


Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/zmhjamtb

Value sum is correct (sliced) for all rows:

where the second row is expanded and not correctly sliced:



Environment

jQuery: 3.4.1

Kendo UI version: 2025.1.227
Browser: [all]

Unplanned
Last Updated: 15 May 2025 09:02 by ADMIN
Scheduled for 2025 Q2 (May)
Created by: David
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug report

Spreadsheet cellContextMenu() throws an error

Regression with 2024.4.1112

Reproduction of the problem
Run the Dojo: https://dojo.telerik.com/SlDUjkTQ

Check console

`Uncaught TypeError: spreadsheet.cellContextMenu is not a function`

Environment

jQuery: 3.4.1

Kendo UI version: 2024.4.1112 or newer
Browser: [all]

Unplanned
Last Updated: 14 May 2025 19:13 by Alexander

Bug report

The class rendered for a custom tool in the Grid toolbar is always lower-cased, regardless how the name is configured.

Regression introduced with 2023.1.117

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/aoChdQrQ
  2. Check how the custom tools are configured - { name: customButton }
  3. Inspect the class rendered for the customButton tool

Current behavior

The rendered class is lower-cased

Expected/desired behavior

The class name should be as defined in the name field

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 13 May 2025 11:27 by Josh

Bug Description

When you add a filter to a column on the spreadsheet component, only the down arrow icon part of the filter button is clickable, not the entire button.

Steps to Reproduce

  1. Open the Dojo - https://dojo.telerik.com/dmrXJIdC
  2. Try to click on the filter buttons (.k-spreadsheet-filter)

Expected Behavior

The filter menu is not opened unless we click on the icon.

Actual Behavior

The filter menu should open when the button is clicked.


Unplanned
Last Updated: 12 May 2025 22:15 by Arne
Created by: Arne
Comments: 1
Category: Scheduler
Type: Bug Report
1

Bug report

On Safari, the Scheduler throws an error.

Reproduction of the problem

  1. Open and run this Dojo example - https://dojo.telerik.com/UZATyPgT/10
  2. Check the browser console

Current behavior

An error is thrown on the browser console

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2025.1.227
  • OS: iOS 15.4.1
  • Browser: [Safari18.4]
Unplanned
Last Updated: 12 May 2025 09:01 by Alex

Currently, filter logic is not translated in the expression preview. A `messages` property needs to be added for adjusting the logic

 

Unplanned
Last Updated: 09 May 2025 18:00 by Deepak Subhedar
Created by: Deepak Subhedar
Comments: 0
Category: DropDownList
Type: Bug Report
0

Bug report

When the DropDownList is configured with autoWidth:true, each opening of the component increases the width of the popup with 1px

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/VzPJHcmm
  2. Open the DropDownList multiple times

Current behavior

The width of the popup increases with each opening

Expected Behavior

The width should remain the same

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 09 May 2025 09:32 by Márcio
Created by: Márcio
Comments: 0
Category: PivotGrid
Type: Bug Report
0

Bug report

PivotGrid has the Include Fields option. When a child field is removed from the pop-up treeview, it is not possible to add it anew since the checkbox is not preserving its state.

Reproduction of the problem

Open the dojo:
https://dojo.telerik.com/@sspasova/oBAloXAp

And follow these steps:

  1. Click on the callType menu button
  2. Select Include Fields...
  3. Expand and Uncheck Low Credit Calls
  4. Click OK
  5. The field is successfully removed
  6. Try the same operations to add it back
  7. The Low Credit Calls checkbox is already checked ❌

Scenario 2:

1. Open the Demos - https://demos.telerik.com/kendo-ui/pivotgrid/remote-flat-data-binding

2. Click on on the 'Include Fields' option for the Countries. Uncheck some of the countries, for example 'Mexico' and 'UK'.

3. Click the OK button.

 

Current behavior: All countries are selected again and can not be unchecked.

Expected behavior: The filter should be persisted and previously unchecked countries should remain unchecked.

 

Environment

  • Kendo UI version: 2024.1.130
  • jQuery version: 3.4.1
  • Browser: [all]
Unplanned
Last Updated: 07 May 2025 22:23 by ID
Created by: Vedad
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
12
Please, provide support for different zoom levels of the browsers for zoom-in scenarios up to 200%. That would improve the accessibility of the widgets.
Unplanned
Last Updated: 07 May 2025 11:13 by Bradley

Bug report

In a Grid with popup editing, the Save button is clickable multiple times until the popup closes, which results in multiple Update requests

Regression introduced with 2024.2.514

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/NgQRZIyQ/4
  2. Edit a row in the Grid
  3. Click the Save button rapidly multiple times

Current behavior

The Save button is not disabled after the first click, and multiple Update requests are sent

Expected/desired behavior

The Save button should be disabled to avoid multiple Update requests

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 05 May 2025 11:16 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

Unplanned
Last Updated: 02 May 2025 17:25 by Calvin

Bug report

In a Grid with locked and hidden columns, it takes two arrow key hits to navigate to the next cell

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/baffUKju/3
  2. Navigate to the first cell in the First Name column
  3. Press the right arrow key to navigate to the next cell

Current behavior

You need to press the right arrow key twice in order to navigate to the next cell

Expected/desired behavior

Navigation to the next cell should only take one key press

Environment

  • Kendo UI version: 2025.1.227
  • Browser: [all]
Unplanned
Last Updated: 30 Apr 2025 14:15 by Mohd
Created by: Mohd
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug Description

When cell with border is cut in the Spreadsheet, the border is also removed from the next cells.

Steps to Reproduce

  1. Open the Dojo - https://dojo.telerik.com/miEJlUWH
  2. Cut cell B2 using Ctrl +X

Expected Behavior

The cell A2 should have a right border, cell C2 should have a left border, etc...

Actual Behavior

The next cells borders are cut as well

Image

Environment

  • Kendo UI version: 2025.1.227
Unplanned
Last Updated: 24 Apr 2025 13:10 by omti
Created by: omti
Comments: 0
Category: Menu
Type: Feature Request
1

Hi Team,

I would like to request adding a scrollbar option for the Kendo UI ContextMenu instead of the scroll buttons.

Thanks!

Unplanned
Last Updated: 23 Apr 2025 13:20 by Webdeveloper
Created by: Webdeveloper
Comments: 0
Category: Splitter
Type: Bug Report
1

Bug report

When resizing the splitbar fast in the Kendo UI Splitter, a ghost splitbar will appear.

Reproducible

  1. Go to this Progress Kendo UI Dojo.
  2. Move the bar fast

Current Behavior

Image

Environment

Unplanned
Last Updated: 22 Apr 2025 11:12 by Lee
When the autoAdjust option of the DatePicker is set to false, and the user types a date that is beyond the min/max restrictions, there should be a built-in validation message indicating that the typed date is invalid, to prevent the user from submitting a null value for that field.
Unplanned
Last Updated: 22 Apr 2025 11:06 by Lee
In a scenario where the autoAdjust option of the DatePicker is enabled and there are min/max restrictions configured, when the user enters an invalid date, the date in the input field will be auto adjusted to the closest valid date, but the actual value will be null. The value should match what is displayed in the input field.
Unplanned
Last Updated: 21 Apr 2025 20:41 by Kartiga
Created by: Kartiga
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team,

I would like to request for the Kendo UI TreeList to have a column.resizable property similar to the Kendo UI Grid.  

Thank you!

Unplanned
Last Updated: 21 Apr 2025 07:40 by ADMIN
Created by: Mikkel
Comments: 3
Category: Splitter
Type: Bug Report
3

Bug report

If you have a collapsible Kendo UI Splitter with 2 Panes and horizontal orientation, and one of them has size, the other pane will not be collapsible.

Reproducible

  1. Go to this Progress Kendo UI Dojo
  2. Collapse Pane B

Current Behavior

First pane remains at a fixed width.

Expected/desired behavior

The Pane should completely collapse similar to the 2024.3.1015 version(Dojo).

Environment

Unplanned
Last Updated: 18 Apr 2025 05:51 by ADMIN
Created by: WarnerB
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

The stack property in the Kendo Area Chart does not honor groups as separate stacking contexts.

Instead, everything gets stacked together if `stack: true` is applied.

For other chart types you can overcome this instead of just stack: true, set different stack groups, such as "A" and "B", so they do not stack together.

series: [
    {
     field: "value",
     categoryField: "year",
     name: "United States Group 1 - Series 1",
     stack: "A",  // Separate stack group
     opacity: 0.5  // Transparency for visibility
    },
    {
     field: "value1",
     categoryField: "year",
     name: "United States Group 1 - Series 2",
     stack: "A"   // Part of the same stack as the first one
    },
    {
     field: "value2",
     categoryField: "year",
     name: "United States Group 2 - Series 1",
     stack: "B"   // A different stack group
    },
    {
     field: "value3",
     categoryField: "year",
     name: "United States Group 2 - Series 2",
     stack: "B"   // Part of the second group stack
    }

]

1 2 3 4 5 6