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

Load large Number data set From Server side

1 Answer 1961 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rajender
Top achievements
Rank 1
Rajender asked on 29 Oct 2015, 07:50 AM

Hi,

 

There are about 100000000 records in the database , i want to bring 100 records at a time and fetch next 100 with pagination each time. As i am fetching large no of data set at on g, it take lot of time to get response back from server.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 29 Oct 2015, 01:04 PM
Hello,

In your case I would recommend you use server paging, so that only a page size number of items are served to the client.
http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-serverPaging

If paging is not an option for you you could take advantage of virtual scrolling functionality but please be aware of its limitations.
http://demos.telerik.com/kendo-ui/grid/virtualization-remote-data
http://docs.telerik.com/kendo-ui/web/grid/appearance#virtual-scrolling

Regards,
Pavlina
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
Rajender
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or