This is a migrated thread and some comments may be shown as answers.

lazy load without virtualscroll

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Etienne
Top achievements
Rank 1
Etienne asked on 13 Apr 2016, 01:56 PM

Hello,

I have a very large grid with different rows height.

So when I try to load everything, the memory consumption is pretty high, and the browser is slow.

Because of the interfaces, I can't use pagination, and as I've seen in an other post, having virtual scroll with different rows height can be problematic.

So I tought of an other solution, is it possible to load only the 50 first rows, and when I start to scroll, the 50 next rows is loaded, but unlike virtual scrolling, the first rows do not get removed. So at first you only have 50 <tr />, but if you scroll a lots, you will have as much <tr /> as you have scrolled.

Is there an options for this in kendo ui grid?

Thank you

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 15 Apr 2016, 07:51 AM
Hi,

I am afraid that currently such functionality is not supported with the Kendo UI Grid. Actually it is expected for the old records to be removed in order to keep the DOM tree as simple as possible.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Etienne
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or