Hello,
I have a table that contain a lots of rows (3000+ rows). Each rows are text entered by the users. Some have 1 line of text, some have 100 lines of text.
So each rows have a different height. I cannot truncate the text.
If I use virtual scroll, sometime the scroll "jump" and skip some rows.
And if I don't use the virtual scroll, the page take a long time to load and even get the unresponsive script error message from the browser.
I know about the warning about virtual scroll and different height from http://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance#virtual-scrolling, but I was hoping someone would have find a way around that?