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

Switching between virtual scroll and pagination creates an empty space on top

Open filipKovachev opened this issue 2 years ago • 0 comments

Steps to reproduce:

  1. With paging disabled, drag the scrollbar to scroll to the middle of the grid.

  2. Enable paging. Notice that the scrollbar scrolls all the way to the bottom. And if you scroll up, it's just an empty white space.

This can be reproduced in the following example:

https://stackblitz.com/edit/react-i16qtl-dkr2xu?file=app/main.tsx

filipKovachev avatar Jun 06 '22 13:06 filipKovachev