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
1080
summary calculation
posted

Hello,
I have a Custom summary calculator that perform a quite long running job.
So I have to load a "please wait" label to the enduser, especially when  columns are grouped.
Now I need to trigger when the EndCalculation method has finished all its jobs.
I could use the SummaryResultChanged handler, but this event is fired for every summary changed, and not for the completed job.
Is ther a way to know how many summary will be calculated?

  • 138253
    Offline posted

    Hello,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I suggest you compare the count of your Records with a variable which  you can increase by one every time the SummaryResultChanged event is fired and the Records are grouped and when they get equals this means the calculation is ended.

     

    Feel free to write me if you have further questions.