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

Hierarchical RadGridView performance

1 Answer 120 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Urzad Kontroli
Top achievements
Rank 1
Urzad Kontroli asked on 14 Oct 2010, 11:58 AM
Hello,
I experience poor performance in hierarchical RadGridView which is bounded to BindingSource object.

Using bindingSource.ResetBindings(false) in this grid lasts almost 2 seconds (in normal grid it lasts only 0,1sec).
Relation is created in designer (not programmatically). There are 5k rows in BindingSource. Grid is bounded to BindingSource in designer (radGridView.DataSource = bindingSource);

Can you give any clues how can I make bindingSource.ResetBindings() faster ?

1 Answer, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 14 Oct 2010, 12:05 PM
Hi, 

Have a look at this article on improving performance
http://www.telerik.com/support/kb/winforms/general/performance-considerations.aspx

EDIT: Within that article in this posting on RadGridView
Hope that helps
Richard
Tags
GridView
Asked by
Urzad Kontroli
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or