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
15
Get calculated value for grouped summary in ultragrid
posted

Hi,

We have implemented the ICustomSummaryCalculator interface in our code to calculate custom summaries for our UltraGrid.

Is there any way to track when a new summary has been calculated to track the calculated value as we are looking to perform some actions based on the result of the calculation.

Parents
No Data
Reply
  • 34430
    Offline posted

    Hello Ramesh,

    I have been investigating into your requirement in this case, and in order to track when a new summary has been calculated, I would recommend utilizing the SummaryValueChanged event of the UltraGrid. This should fire when a summary finishes recalculating and should allow you to track when this happens.

    Please let me know if you have any other questions or concerns on this matter.

Children
No Data