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

A suggestion for dealing with extremely large data

2 Answers 32 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Bi Chao
Top achievements
Rank 1
Bi Chao asked on 08 Mar 2011, 06:15 AM
Hi,

Thanks to the latest telerik dll,  we can now expand a branch with about 800 items without problem.  However, we now get a branch with 220000 rows,  which will definite crash the browser while expanding.  Even our client agree it it ridiculous,  but it would be very good if we can resolve it.

Because we don't need to show all the items on the screen,  is it possible to only render the items on the screen?  This is very common in the mobile development.  For example, use only 5 list items in the frontend on the screen, but there could be 1000 items in the backend.  


Regards
Bill



 

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 08 Mar 2011, 10:29 AM
Hello Bi Chao,

We have made an experiment here  while trying to analyze the issue. Even when we removed the RadTreeListView form the test project and left the data loading logic only ,  the browser crashed again . I am afraid this means we can do nothing at the UI level .I believe  depending on  data structure and requirements of your specific case this problem should be solved by fetching the data in smaller portions at the server.

Sincerely,
Pavel Pavlov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Bi Chao
Top achievements
Rank 1
answered on 08 Mar 2011, 11:19 PM
Hi Pavel,

Thanks for experimenting this problem and your suggestion.  I will set a limit to resolve my issue then.

Regards,
Bill. 
Tags
TreeListView
Asked by
Bi Chao
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Bi Chao
Top achievements
Rank 1
Share this question
or