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

ESF blocks the UI while opening when record count is ~1mil #15496

Open
ChronosSF opened this issue Mar 11, 2025 · 0 comments
Open

ESF blocks the UI while opening when record count is ~1mil #15496

ChronosSF opened this issue Mar 11, 2025 · 0 comments

Comments

@ChronosSF
Copy link
Member

ChronosSF commented Mar 11, 2025

Description

Opening the dropdown for big grids can take a lot of time and the page becomes unresponsive.

  • igniteui-angular version: latest
  • browser: any

Steps to reproduce

  1. Open the attached sample showing a grid with 1 mil records
  2. Try to open the ESF dropdown for the date column

Result

The execution of the ESF distinct is slow but more importantly blocks the UI thread making the page unresponsive.

Expected result

As part of the item we should do two things

  • search and resolve potential perf issues in populating the UI
  • make the data population not block the ui thread (use a loading indicator or something similar)

Attachments

angular-19-grid-comaprisson.zip

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

No branches or pull requests

1 participant