telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
466 stars 215 forks source link

[Grid] Content disappears on virtual mode inside SplitterComponent #3701

Open chrishanzlik opened 2 years ago

chrishanzlik commented 2 years ago

Describe the bug Grids content disappear and the scrollbar resets, after a new KendoSplitterPane is attached by *ngIf.

To Reproduce

  1. Open the StackBlitz example https://stackblitz.com/edit/angular-2ifpmd
  2. Scroll about 100 entries (paging needs to be triggered)
  3. Hit the "Hide/Show" button
  4. Grids content disappear and the scrollbar resets.
slavenai commented 10 months ago

Possible workaround: Re-rendering the Grid on pane visibility change: https://stackblitz.com/edit/angular-xnswdx-gqjyrr?file=src%2Fapp%2Fapp.component.ts