Bug report
Long Gantt event is not visible since 2022.1.119
Reproduction of the problem
1. Open the Gantt Demo in Firefox.
2. Switch the view to Month.
3. Pick an event row in the chart (e.g. 'Market Research'), and set the End date to 2024-12-31.
4. The event is no longer visible in the right-hand-side of the gantt.
Expected/desired behavior
Gantt event shall be visible
Environment
Kendo UI version: 2022.1.119 or newer
Browser: [all]
When the Inline Editor is created from a hidden element, the toolbar is broken.
Regression introduced with 20251.211
The Editor toolbar is broken
The Editor toolbar should be rendered correctly
Hi Team,
I would like to request a way/demo to have AutoSync for the dataSource and be able to stay in edit mode in the Kendo UI Grid.
Thank you!
There are duplicated inputs in the Data Configuration tab for the Pie Chart in the ChartWizard component
The Quantity input in the Value Axis multiplies
The inputs shouldn't be duplicated
When navigating in the Menu popup using the keyboard, a child item is incorrectly selected and the popup is broken
Regression introduced with 2024.4.1112
The Storage item is selected, and the popup is broken
The Storage Item shouldn't be selected, and the popup rendering should be as the initial opening
On Safari, the Scheduler throws an error.
An error is thrown on the browser console
No errors should be thrown
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]
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]
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.
The filter menu is not opened unless we click on the icon.
The filter menu should open when the button is clicked.
Currently, filter logic is not translated in the expression preview. A `messages` property needs to be added for adjusting the logic
When the DropDownList is configured with autoWidth:true, each opening of the component increases the width of the popup with 1px
The width of the popup increases with each opening
The width should remain the same
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.
Open the dojo:
https://dojo.telerik.com/@sspasova/oBAloXAp
And follow these steps:
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.
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
The Save button is not disabled after the first click, and multiple Update requests are sent
The Save button should be disabled to avoid multiple Update requests
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
When cell with border is cut in the Spreadsheet, the border is also removed from the next cells.
The cell A2 should have a right border, cell C2 should have a left border, etc...
The next cells borders are cut as well
Hi Team,
I would like to request adding a scrollbar option for the Kendo UI ContextMenu instead of the scroll buttons.
Thanks!
When resizing the splitbar fast in the Kendo UI Splitter, a ghost splitbar will appear.