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

RadGridView Loading Time and No response Message

1 Answer 57 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mohamed Naji Aboo
Top achievements
Rank 1
Mohamed Naji Aboo asked on 22 Nov 2009, 01:45 AM
Hey

     I am using Rad Grid view. I am loading 24K records and its taking 30 seconds to load.  If i tried to Move my form , form shows "Not responding ".    How can i stop this ? Is  there any way to reduce the loading time ?

regards
Naji

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 23 Nov 2009, 09:55 PM
Hello Naji,

You should be able to get rid of the "not responding" problem by loading the records on a separate thread. You can find more information about this here:

As for reducing loading time, it depends on how/where you are loading your records from. The actual binding the the RadGridView should be a pretty quick operation. It is possible to achieve a performance increase by using virtual mode. Virtual mode allows you to implement your own custom data management operations.

I hope this information helps.

- Robert
Tags
GridView
Asked by
Mohamed Naji Aboo
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or