Declined
Last Updated: 07 Jul 2020 07:22 by ADMIN
Merlin
Created on: 29 Apr 2019 15:50
Category: Grid
Type: Bug Report
0
Grid with virtual scrolling enabled doesn't work

In Version 74.0.3729.108 (official Build) (64-Bit) of chrome, a defined grid with no predefined style property does not scroll properly. 


There is a live-demo on Stackblitz at https://stackblitz.com/edit/angular-b38r7s-jzsgty

 

This is a fork of the demo example from the kendo-angular-ui documentation available at

https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual/#


In the example, the scrollable grid was defined with a height property. This does not feet to our requirements, as we need a grid component that should flex according to the outside or parent container. 


This problem occured after the update of chrome browser from 73.0.XXX to the version 74.0.3729.108


The problem is fixed when we defined a grid with a height property like [style.height.%] = “100” but according to the documentation the grid should flex automatically without this property. 

1 comment
ADMIN
Svet
Posted on: 06 May 2019 07:16
Hi Merlin,

Indeed, in order for the virtual scrolling functionality of the Grid to function as expected it is required that the height of the Grid is set. This is documented as the first configuration step in the referenced article about virtual scrolling:
https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual/#toc-getting-started

Let me know in case I am missing something.

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.