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

Performance SLOW

4 Answers 272 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 18 Aug 2008, 02:29 PM
I am using a RadGrid with the following settings.
<telerik:RadGrid ID="RadGrid1"   
AllowMultiRowSelection="True"   
AllowSorting="True"   
AllowPaging="False"   
AllowNaturalSort ="True"   
AutoGenerateColumns="False"   
AlternatingItemStyle-HorizontalAlign="Center"                                             
BackColor="#ffffff"   
HeaderStyle-HorizontalAlign="Center" 
ItemStyle-HorizontalAlign="Center"   
GridLines="None"   
GroupingEnabled="True"   
Height="370px"   
OnSortCommand="RadGrid1_SortCommand"                                                       OnNeedDataSource="RadGrid1_NeedDataSource"                                                  OnItemDataBound="RadGrid1_ItemDataBound"   
OnItemCommand="RadGrid1_ItemCommand"   
ShowHeader="True"   
ShowGroupPanel="True"   
ShowStatusBar="True"   
ShowFooter="False"   
Skin="MySkin"    
EnableEmbeddedSkins="False"   
Width="98%"   
runat="server"

It is calling a stored procedure that takes 4 seconds to run in PL/SQL developer.  When I hook it up to the RadGrid it takes 40 seconds to load 10 X greater.  When I use a regular GridView it takes 8 seconds.  What is the RadGrid doing to slow the grid creation  and how can I make it faster?

There are anywhere from 10-400 rows being returned.
.Net 3.5 and Ajax 2008 Q-2
Thank you!

4 Answers, 1 is accepted

Sort by
0
Mike
Top achievements
Rank 1
answered on 19 Aug 2008, 09:30 PM
Is anyone out there?
0
Mike
Top achievements
Rank 1
answered on 20 Aug 2008, 03:31 PM
I still have not heard anything from Telerik??  Could you please help on this?
0
Iana Tsolova
Telerik team
answered on 21 Aug 2008, 07:07 AM
Hello George,

Please review this help topic on how to optimize RadGrid performance.
Below are listed some more suggestions:

Sincerely yours,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mike
Top achievements
Rank 1
answered on 21 Aug 2008, 12:23 PM
Thank you, I was starting to worry no one was going to respond.  It looks like I have several options here.  Time to start going through them.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Mike
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or