DataGrid2 Virtual scroll - How to change the trigger Point of virtual scroll behavior for DataGrid2
0
DataGrid2 Virtual Scroll - By default, a new set of data gets loaded after reaching the bottom of the data grid. This means that if we set 10 rows per page, the data load is triggered after the 10th row is visible on the screen. We want to customize this so that the data load is triggered when the 6th row is visible, instead of waiting for the 10th row. Can you help me understand how to change this virtual scroll behavior for DataGrid2?