kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

Kendo Grid virtual scroll displays white spaces

Open notetosiraj opened this issue 2 years ago • 2 comments

Describe the bug Kendo grid displays white space on every page change scroll events

To Reproduce scroll the grid to trigger next page change event .

https://stackblitz.com/edit/angular-pemkhm-kjacox?file=src%2Fapp%2Fapp.component.ts

Expected behavior instead of white space ,data has to be display

Browser

  • OS: [windows 10]
  • Browser [Chrome]
  • Version [105.0.5195.102]

StickyVirtualScrollIssue.webm

notetosiraj avatar Sep 16 '22 10:09 notetosiraj

Looks relevant to https://github.com/telerik/kendo-angular/issues/3772

mbechev avatar Sep 26 '22 14:09 mbechev

The observed behavior is caused by a specific in the remote service used in the example (https://odatasampleservices.azurewebsites.net/V4/Northwind/Northwind.svc/). As this is a public sample service, it returns limited amount of records, and when this amount is less than the set pageSize, the described discrepancy appears. We apologize for the caused inconvenience, and will update the documentation example accordingly. Please check out the updated demo.

slavenai avatar Nov 15 '23 13:11 slavenai

We've updated all examples that utilize the mentioned remote service, e.g.: https://www.telerik.com/kendo-angular-ui/components/grid/scroll-modes/virtual/#toc-virtualization-with-remote-data

slavenai avatar May 13 '24 15:05 slavenai