Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Custom summary
posted

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

Parents
No Data
Reply
  • 21382
    Suggested Answer
    posted

    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

Children