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

Telerik heirarchical grid not supporting Large data

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ramana
Top achievements
Rank 1
ramana asked on 17 Jun 2013, 01:33 PM

I have hierarchical rad grid with 3 levels of data. The 2nd level grid showing more than 15000 records for each parent record. I have paging applied to all the grids.

I am getting below error when I drill down at first level.

    Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object.

I don't have any problem when the 2nd level grid has few records less than 500 records, if the count exceeds to more records I am getting above issue.

I tried increasing HttpRequest length. disabling the view state and saving the view state to disk. nothing helped.

What I could conclude is the issue is because of large number of records

Any help is appreciated.

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 20 Jun 2013, 03:05 PM
Hello Ramana,

I'm not able to reproduce this problem on my end. Can you provide a simple demo with dummy data that demonstrates this issue?

Regards,
Daniel
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
ramana
Top achievements
Rank 1
answered on 27 Jun 2013, 05:36 AM
Issues is in my code. I am using Task parallel library for building the List datasource. It is creating problems some times.
fixed the problem by utilizing congurrentbag rathere than list.
Tags
Grid
Asked by
ramana
Top achievements
Rank 1
Answers by
Daniel
Telerik team
ramana
Top achievements
Rank 1
Share this question
or