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

Does RADGrid support loading data in smaller increments ?

5 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dennis Riis
Top achievements
Rank 1
Dennis Riis asked on 23 Nov 2009, 11:47 AM
I need to load a lot of data into RADGrid (300,000 rows) . The grid itself seems to handle this nicely, but it takes a while for me to load the data from underlying persistent storage. This results in the grid displaying the loading animation for quite a while, before it actually displays any data.

I would like to load the first 1000 rows or so first (would be very quick), and get that data displayed to the user as fast as possible, and then load the rest of the data in the background. Is this supported ? I am aware that there will be some implications with regards to sorting.

Regards,
Dennis Riis

5 Answers, 1 is accepted

Sort by
0
Roland
Top achievements
Rank 1
answered on 24 Nov 2009, 06:48 PM
Hello,

Please take a look here: Grid: Advanced Data Binding and Custom paging

This requires some work and manual approach, but can be done.
0
Noha
Top achievements
Rank 1
answered on 06 May 2013, 10:47 PM
I have the same issue, Did you find a solution ?
0
Noha
Top achievements
Rank 1
answered on 06 May 2013, 10:48 PM
@Roland

This is not working ! Do you have another suggestions plz ?
0
Princy
Top achievements
Rank 2
answered on 07 May 2013, 10:48 AM
Hi,

Please take a look into this help documentation which describes about Virtual Scrolling/Paging for browsing large record sets.

Thanks,
Princy.
0
Noha
Top achievements
Rank 1
answered on 07 May 2013, 11:13 AM
@Princy

Thanks princy.

I tried this solution indeed and it works as described.

but I need to handle the issue without scrolling or paging.

i.e I want to render around 9,000 row at once.

but when i do this the browser is hanging or it take too long for the grid to bind such rows without using paging !

so i want to render first 100 row and at the background call a function to append the grid with the rest of the rows without any action from the user 
i.e 100 row per each travel to server.

something like buffering.

is it possible to do this action with Telerik RadGrid Control ? and How ?

Thanks in advance Princy 
Tags
Grid
Asked by
Dennis Riis
Top achievements
Rank 1
Answers by
Roland
Top achievements
Rank 1
Noha
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or