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

[Solved] How do I load Data very fast in GridView?

0 Answers 170 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Debasis
Top achievements
Rank 1
Debasis asked on 29 Jan 2011, 04:52 PM
Hi,

I’ve a RadGrdiView which is binding through a Collection (MVVM); data consume from WCF service. Pagination is done through RadDataPager.  From WCF I retrieve (2000) records and Bind it to GridView; it takes lot of time to load the data due to
1. Retrieveing data from WCF takes time
2. Again Binding it to GridView is also time consuming.

My requirement is How Fast I can load the data in GridView?
I make DataLoadMode=”Asynchronous” in gridview. How DataLoadMode is working? Is it really works in my project? Because I already retrive all data from Server.
Should I retrieve Data through WCF chunk by Chunk; then bind it to Gridview. I don’t want to call WCF Service again and again. RIA service is not applicable in my project.
So what is the best way to Load Data very fast in GridView?

Best Regards,
Debasis
Tags
GridView
Asked by
Debasis
Top achievements
Rank 1
Share this question
or