Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error is thrown when a second grouping is performed while the first grouping is still loading #8107

Open
nelito987 opened this issue Jan 15, 2025 · 0 comments
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium

Comments

@nelito987
Copy link
Contributor

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 ]
@nelito987 nelito987 added Bug C: Grid jQuery Regression Broken functionality which was working previously SEV: Medium labels Jan 15, 2025
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant