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

[Solved] improving DataLoading performance of Grid

2 Answers 66 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.
Todd Millett
Top achievements
Rank 1
Todd Millett asked on 21 Feb 2011, 07:53 AM
I am working on the performance of the Grid and as per the forums and online help, did the following things for improving performance. 
I am placing the GridView in a Grid with RowDefinition has <RowDefinition /> and the layoutroot Grid is explictly assigned a height of 520. I am trying to load a million records without any templates or styles applied, but still compared to other Grid it takes a longer time to load. Is there any other performance tip, that i might be missing ?

2 Answers, 1 is accepted

Sort by
0
Todd Millett
Top achievements
Rank 1
answered on 21 Feb 2011, 08:03 AM
To Add, Following is the XAML code snipped of the same : 

<Grid x:Name="LayoutRoot" Height="520" Background="White">
<telerik:RadGridView VerticalAlignment="Stretch" HorizontalAlignment="Stretch" BorderThickness="1" 
                                 BorderBrush="Black" Margin="0" RowIndicatorVisibility="Collapsed" Height="500"
                             my:GridViewHeaderMenu.IsEnabled="True" SelectionMode="Extended" AutoGenerateColumns="True"
                             SelectionChanged="myGrid_SelectionChanged" DataLoadMode="Asynchronous" IsReadOnly="True" 
                             Grid.Column="1" Name="myGrid"
 />
</Grid>
0
Vlad
Telerik team
answered on 21 Feb 2011, 08:39 AM
Hi,

 Please open support ticket and send us runnable example demonstrating the issue. 

All the best,
Vlad
the Telerik team
Tags
GridView
Asked by
Todd Millett
Top achievements
Rank 1
Answers by
Todd Millett
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or