Planned
Last Updated: 26 Aug 2025 10:42 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: banulescubogdan
Comments: 3
Category: Grid
Type: Bug Report
3

Bug report

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.

Reproduction of the problem

  1. Open the pop-up editor by clicking "Create" or "Edit" in the Grid in the Dojo linked here - https://dojo.telerik.com/QyVhowiQ.
  2. Leave a required field (like "ProductName") empty and click Save.
  3. Validation fails, as expected.
  4. Notice that the Save button becomes disabled. Enter a valid data in the field.

Current behavior

The Save button becomes disabled after a validation failure and cannot be re-enabled.

Expected/desired behavior

The Save button should remain enabled or re-enable automatically after validation issues are resolved.

The issue is a regression starting with 2025.2.702

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all ]
Planned
Last Updated: 26 Aug 2025 10:41 by ADMIN
Scheduled for 2025 Q4 (Nov)

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]

Planned
Last Updated: 30 May 2025 14:29 by ADMIN
Scheduled for 2025 Q3 (Aug)

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]
Planned
Last Updated: 03 Apr 2024 13:20 by ADMIN
Scheduled for 2024 Q2 (May)

Bug report

When the selectable option is set to "multiple cell" and the user tries to select the content of a single column, the content of the entire row is selected.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliK/AzirANuT
  2. Try to select the text in the France cell and drag down to select only the content in the ShipCountry column.

Current behavior

The content of the other columns is selected as well - https://somup.com/cZeXIvpRzk

Expected/desired behavior

The behavior is expected when the allowPaste option is enabled. However, once the allowPaste option is disabled only the content of the selected column should be selected.

Workaround

kendo.ui.Selectable.fn._allowPreventDefault = () => true;
Dojo - https://dojo.telerik.com/@NeliK/eTocoBOL

Environment

  • Kendo UI version: 2024.1.130
  • jQuery version: x.y
  • Browser: [all ]