The lazy loading functionality is very cool in SlickGrid – but has anyone had any experience of the background loading of future pages?
This would therefore mean that there is no buffering/loading of data when a user gets to a point of the grid where there is no data yet loaded – therefore speeding up the user experience.
We found a workaround for this by using setTimeout, so every time we go to get 50 records, we are setting a timeout to get another 50 in a few seconds.