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

Virtual Grid Without paging

2 Answers 128 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ken Rubin
Top achievements
Rank 1
Ken Rubin asked on 13 Jun 2012, 07:14 PM
Hi. 

We are looking at Kendo UI for our new web offering. 
We have grids in our system which can easily contain 100K rows or more.
We do not want paging.  We want to be able to scroll across all rows without interruption.

I modified the basic grid example to generate 100K rows and set the page size to 100K.
The grid took around 4 minutes to load and then was unresponsive to user interaction.

Is there a way to specify a true virtual mode so that the data source size becomes unimportant?

Take care,

Ken Rubin

2 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 14 Jun 2012, 08:00 AM
Hi Ken,

I am afraid that it is a bit unclear what do you mean by "Is there a way to specify a true virtual mode so that the data source size becomes unimportant?"
Kendo grid supports virtualization of both local and remote data - you can see and test this functionality in corresponding the on line demos:

Having in mind the large data set you are dealing with, I would recommend to consider using remote data together with server paging. Thus way you would be able to send a smaller pieces of data to the client which in your case will highly improve the performance.

Greetings,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ken Rubin
Top achievements
Rank 1
answered on 14 Jun 2012, 12:46 PM
Alexander,

Thanks for the reply.  The local data virtualization link you provided did the trick.

Take care,
Ken
Tags
Grid
Asked by
Ken Rubin
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Ken Rubin
Top achievements
Rank 1
Share this question
or