How to implement lazy loading of data in datagrid2

0
hello, I have datagrid2 with datasource as microflow and this is returning me around 0.4million entries (which would increase in future) My problem is that the system is getting slow down while loading the page due to large entries.  This was not a problem with datagrid1 as it was loading the data in chunks with pagination. Therefore, how can I implement pagination for datagrd2 or any other solution so that performance is not affected?
asked
2 answers
0

Hey Raghavendra ,

It looks like you're retrieving a large amount of data in the microflow. Have you considered implementing batch processing to optimize performance

answered
0

There is an Virtual scrolling option in data grid 2 which give the lazy loading option of the data per pagination.

answered