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

How to speedup gridview binding delay

1 Answer 84 Views
GridView
This is a migrated thread and some comments may be shown as answers.
CQT
Top achievements
Rank 1
CQT asked on 11 Mar 2013, 04:22 PM
Hello, when I took a look to wpf telerik demos I was impressed of loading time of the grid binded to one milion record.
I'm doing the same in my application, but I can't get same performance.

I'm using linq to entity framework for data access and I bind to an Entity with one milion records.

Loading time is very high, so I want to know hoe to obtain such performance.

I also download this example, but it's not working, it gives error in opening database:

http://blogs.telerik.com/vladimirenchev/posts/10-04-15/blazing_fast_performance_with_radgridview_for_wpf_4_0_and_entity_framework_4_0.aspx

Anyone can halp me?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 12 Mar 2013, 06:42 AM
Hello,

 To ensure maximum performance in your case you should not download all the data on the client. To achieve this you can use RadDataPager or our virtual collection

Please check also your local copy of our WPF demos for more info and actual code!

Regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
CQT
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or