Hello,
I have a Kendo UI Grid that loads 5000+ records. The data is local data on the page, and the grid is handling it ok, but we'd like to improve performance. I'd like to try loading the local data in batches of 100 as the user scrolls down the grid results. I've seen the examples, but have not seen very many examples of MVVM implementations and the best way to approach our situation. Could someone recommend the way to get virtual scrolling working with row batches?
Thanks in advance!