This question is locked. New answers and comments are not allowed.
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
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