Hello Vasya,
So paging is not an option. I am researching different tables I could use for a trading application for Citi bank and we need all the data in 1 scrollable page. I read about the virtualization and it seemed like it would work. I added the lines
rowvirtualization: true,
virtualizationMode: "continuous",
height: "100%",
width: "100%",
to my grid however it didn't improve the performance. Actually I timed it using google chrome and the rendering time got longer by about a second with the virtualization. Perhaps I am adding the virtualization in wrong or if not maybe you have some other ideas about how I might improve the tables rendering speed.
Thanks,
Kelsey