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
40
Adding new ICustomSummaryCalculator to an ultrawingrid "default" sigma popdown selector. Help please :¬)
posted

I have a Grid where I need to implement a ICustomSummaryCalculator for special calculation (rms).

I want this to appear the default SummarySelection in the ColumnHeader (the sigma-sign) to let the user select if he wants to see the NEW summary or not.

Can this be done?....

I saw some old code using a user popup dialog but i want to use your default sigma based selection popdown to host my new RMS summary

Any help would be great (p.s. using 2014.2)

Thanks

Parents
No Data
Reply
  • 12480
    Verified Answer
    Offline posted

    Hi Mark,

    You can accomplish this by canceling the BeforeSummaryDialog event and showing your own custom dialog when the user presses the summary button. This can be a dialog you create from scratch, or you could derive from our SummaryDialog class. Alternatively, you can show no dialog at all and add your custom summary when the user presses the button.

    Please let me know if you have any further questions.

Children