kendo-angular
kendo-angular copied to clipboard
[TreeList] Footer moves unexpectedly when virtual columns are enabled
Describe the bug As of now, the content inside the FooterTemplateDirective moves unexpectedly when the TreeList component has virtual columns enabled.
To Reproduce
- Create a TreeList component.
- Implement virtual columns.
- Display content beneath one of the columns inside a FooterTemplateDirective.
- Use the horizontal scroll to navigate through the TreeList's columns.
Please, check out the following StackBlitz demo: https://stackblitz.com/edit/angular-8phaic-gkmoie
Expected behavior Scrolling horizontally the TreeList should not cause the content inside the FooterTemplateDirective to move.