kendo-angular
kendo-angular copied to clipboard
[Grid] Content disappears on virtual mode inside SplitterComponent
Describe the bug Grids content disappear and the scrollbar resets, after a new KendoSplitterPane is attached by *ngIf.
To Reproduce
- Open the StackBlitz example https://stackblitz.com/edit/angular-2ifpmd
- Scroll about 100 entries (paging needs to be triggered)
- Hit the "Hide/Show" button
- Grids content disappear and the scrollbar resets.
Possible workaround: Re-rendering the Grid on pane visibility change: https://stackblitz.com/edit/angular-xnswdx-gqjyrr?file=src%2Fapp%2Fapp.component.ts