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

Grid performance with RadGridView with many rows as RowDetailsTemplate

1 Answer 123 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.
Andrii
Top achievements
Rank 1
Andrii asked on 28 Aug 2012, 04:27 PM
Hello!

My situation is like following.
I have a Grid with RowDetailsTemplate set to a RadGridView control. See the code of template below.

                <telerik:RadGridView x:Name="gridProgress" IsFilteringAllowed="False" ShowColumnHeaders="True" ShowGroupPanel="False"
                                    AutoGenerateColumns="True" AutoGeneratingColumn="gridProgress_AutoGeneratingColumn"
                                    AreRowDetailsFrozen="True" IsReadOnly="True" ScrollMode="Deferred"
                                    ItemsSource="{Binding Progress}"/>

The problem is that when the grid in Row Details has 1000+ rows performance of my application decreases drastically when details are open, while details are opening UI becomes irresponsible.
When the same information is shown in stand-alone RadGridView everything works fine, problem only appears when it is shown as Row Details.
Maybe my approach is wrong?

I'd appreciate any hints to what I could do avoid the problem.
Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 29 Aug 2012, 05:24 AM
Hello,

 You can set height for the grid in row details to improve the performance. 

Regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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