I have used deffered scrolling to load data onto a grid and I want to implement custom summary with this. I have noticed that the loading of the data is taking longer since the summary is getting calculated. Is there a way to optimize it.
Thanks,
Sayali
Do you have a sample showing this, It would be easier to see what is going on with running code.
the Summary's are going to be re-evaluated when you are fetching more data. And processing all of them, If you are prefetching your summary information you might want to set a flag on your custom summary saying to cache the existing value and just return it rather then re-evaluating?
Its just speculation though
Hi ,
Sorry for not updating this post. But we have found a solution to this. Thanks for the post.