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
560
Custom summary operands
posted

Hi,

Do you have some examples on how to create custom summary operands for the XamWebGrid. I've searched the website and the documentation, but I did not find any actual examples...

Thanks,

Arjen

Parents
  • 560
    posted

    I found it after walking through your source code. For others with the same question:

    Create a class which derives from SynchronousSummaryCalculator with an override for Summarize (here's your summary logic). Create a class which derives from SummaryOperandBase which returns the previous SynchronousSummaryCalculator using the SummaryCalculator property.

    Arjen

Reply Children