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
65
Custom Summary Calculator
posted

Hello support ,

I need to calculate sum of the three columns . Two of them  are dependent on some of the filters in  function from  Javascrip file.

And one is calculating the total sum of the column readonly column . (Problem is with formating result in thousands and decimal format   (1.234.00))


Do you have couple  examples for calculating the sum in MVC using Type SummaryFunction.Custom SummaryCalculator("$.proxy(-------, this)"); });

Br

Parents
No Data
Reply
  • 11095
    Offline posted

    Hello Sergej,

    Thank you for contacting Infragistics Developer Support!

    The attached sample bellow show how to make a custom summary based on more than one columns. In the sample I have create another unbound column not to confuse that custom summary with the other column summaries, feel free to move it to any other column. 

    If need any further assistance with that please let me know.

    CustomSummaryOfThreeColumns.zip
Children