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
Hi Mike,
Thank you for your reply
I was expecting a ..."customSummary = summaryCol.Band.Summaries.Add("");"To Automaticaly add it to your SummaryDIalog to save the user with coding all this up but...
Your repy explains what i have to do and you can close this question
Thank you
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.
Please could someone answer
Even a NO this is not supported woul dbe a Major help to us.....
We are current subscribers and will upgrade our release version to the newest from 14.2 if we can somehow do this
Thank you for reading