-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
🔥 severity: high🛠️ status: in-developmentIssues and PRs with active development on themIssues and PRs with active development on them🏃 priority: highgrid: excel-style-filteringgrid: performance
Description
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
- Open the attached sample showing a grid with 1 mil records
- 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
Metadata
Metadata
Assignees
Labels
🔥 severity: high🛠️ status: in-developmentIssues and PRs with active development on themIssues and PRs with active development on them🏃 priority: highgrid: excel-style-filteringgrid: performance