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

Grid Performance issue while using object datasources

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
saravanan k
Top achievements
Rank 1
saravanan k asked on 16 Nov 2010, 09:26 AM
Hi,

        I am using radgrid binded to a list of business objects retreived from tier 2. I have written the code to get the list of objects in the grid_NeedDataSource method. But since this method is getting hit for any single operation like filtering or soting or paging, the response time is very high along with the network delays. Is there any way to get the list only once and do rest all logic at the tier 1 itself. Please help.

Regards,
Saravanan K

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Nov 2010, 02:03 PM
Hi Saravanan,

In order to improve the performance you could save the data in Session, ViewState or Cache(depending on the scope of the data).

For more information you can refer to this help article:
Saving the grid ViewState in Session

Sincerely yours,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
saravanan k
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or