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

RadGrid Edit Mode Performance

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 27 Feb 2014, 08:50 PM
Hi All,

I'm looking to improve the performance of my RadGrid when editing entries.  I have 30 columns and a couple hundred rows.  I do use paging, but when I click the edit icon it can take 7+ seconds for the grid to open up in edit mode.  Can anyone please recommend any was to improve the performance?

Thanks,
Mark

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Feb 2014, 06:12 AM
Hi Mark,

You can go through the help links given Under the Performance section which explains about tips to optimize RadGrid performance.

Thanks,
Princy
0
Mark
Top achievements
Rank 1
answered on 28 Feb 2014, 02:19 PM
Thanks!  One thing I've noticed is that whenever I put my RadGrid in an RadAjaxPanel it slows down considerably.  Any idea why?
0
Princy
Top achievements
Rank 2
answered on 03 Mar 2014, 03:24 AM
Hi Mark,

I'm not familiar with such a issue. Please note that using RadAjaxManager simultaneously with RadAjaxPanel or UpdatePanel ( or implementing multiple wrapped RadAjaxPanels ) is not a supported scenario and we highly recommend to avoid such implementation. Please either use just the manager to update your controls replacing the RadAjaxPanel with a regular asp:Panel, or use the RadAjaxPanel alone to wrap your page.

Furthermore, if you are using a complex scenario like WebUserControls or Master/ContentPages, we recommend you to place RadAjaxManager instance on the main/master page and add a proxy control to the user control/content page as described in the following help topic:
RadAjax and MasterPage

Please provide your code snippet to replicate the issue if this doesn't help.

Thanks,
Princy
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Mark
Top achievements
Rank 1
Share this question
or