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

C# RadGrid SharePoint Web-Part Performance

2 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 25 Feb 2014, 01:42 PM
Hi All,

Can anyone please tell me if there are any "best practices" for optimizing a RadGrid in a SharePoint web-part?  It is entirely in C#, and I would like to improve its performance.

It is editable and reads/writes to a SQL database.

Thanks,
Mark

2 Answers, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 28 Feb 2014, 09:18 AM
Hi,

You can check the various suggestions in the following help topics:
http://www.telerik.com/help/aspnet-ajax/introduction-optimizing-output-page-load-time-using-radscriptmanager-radstylesheetmanager.html
http://www.telerik.com/help/aspnet-ajax/grid-viewstate-reduction-techniques.html
Generally regarding the grid is recommended to have less client-side features and enabled paging with reasonable page size so it loads only a portion of the whole data.

Regards,
Marin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Mark
Top achievements
Rank 1
answered on 28 Feb 2014, 02:19 PM
Awesome, thanks!
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Marin
Telerik team
Mark
Top achievements
Rank 1
Share this question
or