IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
568 stars 159 forks source link

Filtering and scrolling to last expanded grid results in empty areа afterwards for Hierarchical Grid #14324

Open skrustev opened 1 month ago

skrustev commented 1 month ago

Description

Describe the issue.

Steps to reproduce

  1. Open https://www.infragistics.com/angular-demos/hierarchical-grid/hierarchical-grid-filtering-template
  2. Filter by "d"
  3. Expand the third row
  4. Scroll to bottom
  5. Clear filter
  6. Scroll to bottom again

Result

The content are does not get recalculated correctly resulting in empty area at the bottom when scrolling.

Expected result

There should be no empty area.

Attachments

grid_filter_scroll