Skip to content

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

@ChronosSF

Description

@ChronosSF

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions