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?
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.