For example when we type @ it should autocomplete a certain list of data in the editor
When configuring measures for the PivotDataSourceV2, the measures are not being applied.
In the dojo, with the measures configuring only the Sum, the Average is still appearing.
var pivotgrid = $("#pivotgrid").kendoPivotGridV2({
columnWidth: 120,
height: 570,
dataSource: {
data: revenue,
sort: { field: "Year", dir: "asc" },
schema: {
model: {
fields: {
Country: { type: "string" },
Revenue: { type: "number" },
Year: { type: "number" },
Sector: { type: "string" }
}
},
cube: {
dimensions: {
Country: { caption: "All Countries" },
Sector: { caption: "All Sectors" },
Year: { caption: "All Years" }
},
measures: {
"Sum": { field: "Revenue", format: "{0:c}", aggregate: "sum" },
"Average": { field: "Revenue", format: "{0:c}", aggregate: "average" }
}
}
},
columns: [{ name: "Year", expand: true }],
rows: [{ name: "Country", expand: true }],
measures: ["Sum"] // Should only show Sum, not Average
}
}).data("kendoPivotGridV2");
The Validator validates a disabled Upload
The Upload is validated although it is disabled.
Disabled elements should not be validated.
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.
The Grid is filtered and the filter is cleared correctly, but the value of the date remains in the filter menu.
When the Grid filter is cleared, the value of all inputs in the filter menu should be cleared as well.
$('.k-filter-menu-container [data-role="datepicker"]').data('kendoDatePicker').value(null)
Bug report
Drawing API Tooltip for categoryAxis Chart labels do not show with v.2024.4.1112
Reproduction of the problem
https://docs.telerik.com/kendo-ui/knowledge-base/tooltip-for-category-axis-labels
Expected/desired behavior
The Charts should be exported to the selected file format
The issue is a regression starting with 2024.4.1112
Environment
jQuery: 3.4.1
Kendo UI version: 2024.4.1112
Browser: [all]
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]
Bug report
File manager grid\list view icons are flipped
Reproduction of the problem
https://demos.telerik.com/kendo-ui/filemanager/index
Expected/desired behavior
Icons for the different views shall be flipped
Environment
Kendo UI version: [all]
Browser: [all]
Bug report
group Grid event does not trigger when performing the grouping via the column menu.
Reproduction of the problem
Dojo example - https://dojo.telerik.com/EekHxwPJ
Environment
Kendo UI version: [all]
Browser: [all]
### Bug report
The Validator shows a duplicated error message when validating a CheckBox.
### Reproduction of the problem
1) Create a standard HTML form with a checkbox, which has two inputs - a visible one with value="true" and a hidden one with value="false" (this is the generated HTML markup when using <input asp-for="@Model.IsChecked" /> or Telerik UI for ASP.NET Core CheckBox component).
2) Initialize a Kendo UI Validator on the form and create a custom rule for the checkbox editor.
3) Submit the form and review the duplicated error message in the validation summary. The Validator validates both hidden and visible inputs.
A Dojo sample for reproduction: https://dojo.telerik.com/YoLKDPZQ
### Expected/desired behavior
A single error message must be displayed when the checkbox is not checked and the form is submitted.
### Environment
* **Kendo UI version: 2025.2.702
* **jQuery version: 3.7.1
* **Browser: [all]
Hello
Starting from version 2025.2.520:
Kendo Grid with NumericTextBox cell editor and "navigatable: true" exit edit cell state on double click/hold to select number inside editor.
Earlier versions did not have this issue.
Scenario:
Inside cell with NumericTextBox editor trying to select value without exit from edit cell state.
On click cell, that already in edit mode, switch to read mode (NumericTextBox disappears)
Desirable behavior:
Copy and paste to cell without exit and enter again in edit cell state.
Select all value without loosing editing cell state.
Dojo
Currently in kendo.prompt, the user can accept or decline the entered value in the popup only by clicking on the 'OK' and ' Cancel' buttons.
I know I can workaround that behavior as demonstrated below - https://dojo.telerik.com/pRIUUdCh
$('[role="alertdialog"]').on('keydown', function(event){ if(event.keyCode == 13){ $('[role="alertdialog"] .k-button:first-child').focus(); $('[role="alertdialog"] .k-button:first-child').click(); } else if (event.keyCode == 27){ $('[role="alertdialog"] .k-actions .k-button').eq(1).click() } })
However, I would like to have a built-in possibility to accept and cancel through the Enter and Escape keys.
When the destroy() method is used for kendoPivotConfiguratorV2 and kendoPivotConfiguratorButton an error is thrown.
An error: TypeError: Cannot read properties of null (reading 'removeData')
is thrown.
There should be no error, and the configurator and the kendoPivotConfiguratorButton should be successfully destroyed.
Bug report
When showing a notification with closeButton set to false, the closeButton is still displayedReproduction of the problem
Dojo: https://dojo.telerik.com/koWkSInz
Expected/desired behavior
The notification should default to options.button, but should use args.closeButton to decide to show the close button in the notification.
Environment
**Kendo UI version: 2025.2.520
**jQuery version: 3.7.1
**Browser: [all]
In a Grid with filterable set to "row" and reorderable enabled, if you type something in the filter input and try selecting the text with the mouse, the column is getting dragged.
Regression introduced with 2025.2.520
The column is being dragged, preventing you from selecting the text by dragging the mouse over it
The column shouldn't be dragged.
1. Open Timeline view in jQuery Scheduler Widget Demo | Kendo UI for jQuery (https://demos.telerik.com/kendo-ui/scheduler/timeline)
2. Edit in Kendo UI Dojo
3. Edit an event using the scheduler's event editor so that it is multi day, begins a week prior and ends at the start of the second day of a week at the time of a work day (Event: 06/02/2025 8AM - 06/10/2025 8 AM) (see attached screenshot)
4. Switch to "Work hours" instead of "Full day" view
=> The event is incorrectly displayed, missing a whole day.
The download functionality of the PDFViewer component and when downloading PDF using kendo.saveAs() method doesn't work on some iOS mobile devices.
Note: On some iOS devices the PDF is exported as expected, but on others, nothing happened.
Currently, on some iOS devices, the PDF is exported, on others, it is exported, but there is a warning "This form is not secure, are you sure you want to submit it". After approval, the file is downloaded. On some iOS devices after clicking the button to download the PDF file nothing happens.
It should be possible to download the PDF file on all iOS devices.
When the user enters invalid data in Grid popup edit form and presses 'Enter' the Save
button becomes disabled. The button does not get enabled even after entering a valid data.
The Save button becomes disabled after a validation failure and cannot be re-enabled.
The Save button should remain enabled or re-enable automatically after validation issues are resolved.
When all-day event is rendered on more than one day the events in Scheduler are overlapped.
The events have the wrong calculation and are overlapping.
The event should not overlap:
The following Toolbar localization settings are not applying for the Kendo UI Spreadsheet when it is configured with a localization/messages file and/or using JavaScript:
The toolbar messages should be translated.
In the Scheduler, when mobile is set to "tablet", and RTL is enabled, the event dates are shifted with one day.
The events are rendered on the 30 and 01 slots, instead of 29 and 30 as defined
Events should be rendered on the 29th and 30th slots, as configured