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

How to Load radgrid columns partially ?

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
thees
Top achievements
Rank 1
thees asked on 12 Nov 2010, 04:26 AM

I'm using radgrid to load data from more than one table.For example
I have following columns in radgrid.
|Product ID|Product Name|..|Number of Users| .Here to get the "Number of users" ,i need to go through huge talbe and want to do big calculation.Mostly i'm getting time out when i load this page.Is there any way to load others columns datas first.Then load that "Number of users" column ?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Nov 2010, 11:07 AM
Hi Thees,

I am afraid it is not possible to split the data binding process by columns.

If you are doing runtime calculations, which take a lot of time, consider decreasing the page size. I assume that you are doing everything correctly and there are no other ways to optimize the algorithm (for example I hope you are not iterating through columns and/or rows more than necessary).

Generally, in huge applications where complex calculations cannot be executed every time, they are executed only if some related data changes and then cached / saved / etc. to be reused faster later on. Have you considered this approach?

Sincerely yours,
Dimo
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
thees
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or