Need More Info
Last Updated: 22 Jan 2025 17:59 by Stacey
Created by: Dmytro
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1

Requesting a modification to any component that uses k-animation-container.

Some components have this capability:

popup: {
    appendTo: $("SOME ID")
}

This gives us the ability to modify CSS for a single/particular popup. Please add this ability to all relevant components.

Or any other method to modify the styling of a particular dropdown. In some cases, there's an ID that's added but is removed for some reason when adding a certain configuration.

Unplanned
Last Updated: 22 Jan 2025 14:24 by Mikkel
Created by: Mikkel
Comments: 0
Category: Splitter
Type: Bug Report
1

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: 22 Jan 2025 10:41 by ADMIN
Scheduled for 2025 Q1 (Feb)

Bug report

The last column of the Grid is darker in color when a hidden column is sorted through the DataSource.

Reproduction of the problem

  1. Run https://dojo.telerik.com/UhFxSjVc/2
  2. Inspect the last column

Current behavior

k-sorted class is added to the last col of the colgroup. The issue is triggered by this line of code in the Kendo ColumnSorter

table.find("col:not(.k-group-col):not(.k-hierarchy-col)").eq(headerIndex).toggleClass("k-sorted", dir !== undefined$1);

Image

Expected/desired behavior

The class should not be added if the column that is sorted is hidden.
Image

Environment

  • Kendo UI version: 2024.4.1112
  • Browser: all
Declined
Last Updated: 21 Jan 2025 14:01 by ADMIN
Created by: JAMES
Comments: 6
Category: Kendo UI for jQuery
Type: Bug Report
0

Line Chart Crosshair doesn't display on Tablets.

Display's fine on Desktop & also on Mobile, but tested on iPad and Android tablets the Crosshair line does not display.

kendo.2020.1.114

 

Unplanned
Last Updated: 21 Jan 2025 13:57 by JAMES
Created by: JAMES
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report
Line Chart Crosshair doesn't display on iPad iOS 17

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

Expected/desired behavior
Crosshair shall display on tap

Environment
Browser: [all]

Unplanned
Last Updated: 21 Jan 2025 10:38 by ADMIN
Created by: Vahid
Comments: 50
Category: Kendo UI for jQuery
Type: Feature Request
129
Kendo UI supports PDF export. It would be great if you could add glyph mirroring support to it as well (https://github.com/mozilla/pdf.js/blob/master/src/core/bidi.js). PDF export of RTL languages such as Arabic and Persian need this trick to work properly.
Unplanned
Last Updated: 21 Jan 2025 10:06 by Vitro
Created by: Vitro
Comments: 0
Category: Date/Time Pickers
Type: Bug Report
0

Bug report
TimePicker does not preserve the new value when dateInput is enabled

Reproduction of the problem

Dojo demo: https://dojo.telerik.com/IOtuzHie

Change the value from the popup window

Expected

The value shall be preserved

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

Unplanned
Last Updated: 20 Jan 2025 12:13 by Carlonn

Bug report

When a Kendo TreeList contains a parent row that is expanded and includes more than two child records, performing a delete operation results in only 3 delete requests being sent. Specifically, two for the last two child records and one for the parent record.

Reproduction of the problem

Here is a Dojo for reproduction: https://dojo.telerik.com/Cqxjobpr

Current behavior

Sends only 3 delete requests for the last 2 children and the parent.

Expected/desired behavior

Should send individual delete requests for the parent and every child

TicketID:

Here is the TicketID: 1676145

Environment

  • Browser: [all]
Planned
Last Updated: 20 Jan 2025 09:38 by ADMIN
Scheduled for 2025 Q1 (Feb)

Bug report

The change event is not fired when using the keyboard navigation in the DropDownList, if we first click in the filtering input.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/AnACEzIV
  2. Open the popup and use the up and down arrows to navigate between the items.
  3. Click in the filtering input.
  4. Press enter to select an item

Current behavior

Item is selected, but the 'change' event is not triggered. If we do not focus on the filtering input, the change event will be fired. It will be fired also if the mouse is used. - screencast

Expected/desired behavior

The change event should always be fired when the selection in the DropDownList is changed, even if the user clicks in the filtering input.

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all ]
Unplanned
Last Updated: 20 Jan 2025 06:16 by ADMIN
Created by: TafnitDev
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hello,

We're interested  in a date input wheel (see attached images) as it is a feature that is especially for useful for mobile users. Telerik's technical support directed us here since the date widget doesn't offer this feature currently.

Kind regards

Completed
Last Updated: 17 Jan 2025 15:20 by ADMIN
Release 2025 Q1 (Feb)
Created by: Matthew
Comments: 0
Category: Menu
Type: Bug Report
1

Bug report

Menu throws error on mobile device

Reproduction of the problem

  1. Using a mobile/touch device or emulator, open the dojo - to https://dojo.telerik.com/OBUCJAyd
  2. Click to open the "Products" menu
  3. Click again to close the "Products" menu

Current behavior

The Menu does not close and error: Uncaught TypeError: i._removeHoverItem is not a function at init.close (kendo.all.js:107181:1) occur.

Expected/desired behavior

The Menu should close on second click without errors in browser console.

The issue is a regression starting with 2024.4.1112

Environment

  • Kendo UI version: 2024.4.1112
  • Browser: [all ]
Planned
Last Updated: 17 Jan 2025 09:04 by ADMIN
Scheduled for 2025 Q1 (Feb)

Bug report

Grid with ColumnMenu groups in combination with multi-column headers gives an error:

kendo.all.js:326079 Uncaught TypeError: Cannot read properties of undefined (reading 'length')

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

Expected/desired behavior

ColumnMenu groups shall work together with multi-column headers

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

Completed
Last Updated: 16 Jan 2025 15:34 by ADMIN
Release 2025 Q1 (Feb)
Created by: Marty
Comments: 0
Category: Menu
Type: Bug Report
0

Bug report
Menu not closing on mobile devices with 2024.4.1112

Reproduction of the problem

https://demos.telerik.com/kendo-ui/menu/index

Expected/desired behavior
Menu shall close on tab

TicketID: 1674126

Environment
jQuery: 3.4.1
Kendo UI version: 2024.4.1112
Browser: [all]
Declined
Last Updated: 16 Jan 2025 11:36 by ADMIN
Created by: Matt
Comments: 3
Category: Kendo UI for jQuery
Type: Bug Report
0

https://dojo.telerik.com/yBSdUQYS demonstrates the issue:

When a grid detail row is expanded, and pushUpdate() is called on it, the row collapses.

What is expected is for the grid row to remain in its prior state (expanded or collapsed.)

Until this is fixed, is there a work-around, other than manually re-expanding the detail row(s)? This is not a feasible work-around in which multiple nested grid rows are collapses and re-expanded, as this causes the UI to jump unexpectedly for the user.

 

Unplanned
Last Updated: 15 Jan 2025 17:45 by Andrew
Created by: Andrew
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I have a Kendo UI Grid where there are a lot of columns.  But, due to the recent changes in version 2024 Q4, the columnMenu does not contain a scroller.  

Thank you!

Completed
Last Updated: 15 Jan 2025 15:34 by ADMIN
Release 2025 Q1 (Feb)

Bug report

When there is sorting applied in the Grid and the sorted column is hidden, the last visible column is incorrectly highlighted.

Reproduction of the problem

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

Current behavior

The last column is highlighted, although there is no sorting applied to it.

Expected/desired behavior

There should be no highlighted column when the column on which sorting is applied is hidden.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all ]
Completed
Last Updated: 15 Jan 2025 14:43 by ADMIN

Bug report

Setting the columns.selectable to true does not override the selectable.mode when set to "single".

Reproduction of the problem

  1. Run this dojo
  2. Click on the header checkbox.

Current behavior

Only the checkbox in the first row is checked.

Expected/desired behavior

All the checkboxes on the page are checked

Environment

  • Kendo UI version: 2023.1.117
  • jQuery version: x.y
  • Browser: [all]
In Development
Last Updated: 15 Jan 2025 12:23 by ADMIN
Scheduled for 2025 Q1 (Feb)

### Bug report

The column menu of the Kendo UI Grid widget with componentType set to 'modern' has missing translations in the default filter menu.

### Reproduction of the problem

1. Create a filterable grid and enable the column menu with componentType 'modern';

2. Include the localization script for "fr-CA" in the document from the CDN;

3. Open the column menu and expand the filter menu of a specified column. The logic operators "And" and "Or" are not translated.

A Dojo sample for reproduction: https://dojo.telerik.com/UYIrABUw

### Expected/desired behavior

When the column menu type is set to "modern", the operators of the filter menu should be translated as in the "classic' column menu.


### Environment

* **Kendo UI version: 2021.3.914
* **jQuery version: 1.12.4
* **Browser: [all]

Unplanned
Last Updated: 15 Jan 2025 11:33 by Rémi

Bug report

When the user adds a group in the Grid and try to add a second group immediately, while the first grouping is still loading, then an error is thron in the console.

Reproduction of the problem

  1. Open the dojo - https://dojo.telerik.com/CvYRPILM
  2. Group by 'Freight' and immediately try to group by another field. Before the grid data source reloads from the first grouping, take another column to be grouped and select it without releasing it in the grouping space.
  3. Once the first group has been loaded, release the second group

Note: you can try setting the n browser Network throttling to Slow 4G to easily reproduce the issue

Current behavior

Error: kendo.all.js:60347 Uncaught TypeError: Cannot read properties of undefined (reading 'left') is thrown and the Grid freezes

Expected/desired behavior

There should be no error in the console and the Grid should not freeze

The issue is a regression starting with 2023.1.314

Environment

  • Kendo UI version: 2024.4.1112
  • Browser: [all ]
Unplanned
Last Updated: 15 Jan 2025 09:58 by Bhumi

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]

1 2 3 4 5 6