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

[Grid] Grouping on a column with aggregates and many unique groups freezes the page #4457

Open
vtachkov opened this issue Nov 15, 2024 · 0 comments

Comments

@vtachkov
Copy link

Description

When working on a grid with many rows (10k+), grouping on a column with many distinct values with aggregates enabled freezes the page while kendo is internally processing the data.

Additionally, we have a very similar legacy page in our application that was built with AngularJS and the jQuery version of Kendo-UI, with near identical grouping and aggregating functionality. The page performance is within expectations on the AngularJS page, but awful on the Angular page, so I see no reason why the performance of the Angular grid can't match that of its predecessor.

Steps to Reproduce

  1. Grid with 10k+ rows and at least one column with unique values (like an ID)
  2. Grouping enabled
  3. Aggregation enabled
  4. Group on the ID column
    https://stackblitz.com/edit/angular-hsdpzw?file=src%2Fapp%2Fapp.component.ts

Screenshot or video

Screen.Recording.2024-11-15.at.3.12.51.PM.mov

Actual Behavior

The page freezes while the grouping is in progress

Expected Behavior

Grouping should be relatively quick regardless of how much data is being processed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant