For the Grid which is binding to data, a problem encountered when the first time I tried to drag the progress bar.

For the Grid which is binding to data, a problem encountered when the first time I tried to drag the progress bar.


When the Grid meets the following conditions, it happens:

- Set [enableVirtualization]='true'

- Set 50 records per page

- As a matter of fact, there are only 25 records on current page


https://stackblitz.com/edit/angular-ledepc?file=app.component.ts



Attachment: demoa_2339dc32.zip

1 Reply

RR Rajapandi Ravi Syncfusion Team September 27, 2021 01:12 PM UTC

Hi Techlandandyzhang, 

Greetings from Syncfusion support 

By default, in our EJ2 Grid, Virtualization is only used for loading the large amount of data without performance degradation. We have checked your shared information and we could see that your datasource contains 25 records only. Since you have less amount of datasource, there is no usage of using virtualization feature. So, we suggest you remove the virtualization to overcome your problem. 

Regards, 
Rajapandi R 


Loader.
Up arrow icon