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
3160
SummaryCalculator BeginCacluation and EndCalculation are called twice
posted

To observe this behavior, download the CustomSummaryCalculatorOnLoad.zip here:
http://community.infragistics.com/forums/p/60510/308947.aspx#308947

Place a breakpoint in BeginCalculation and EndCalculation and run the example.

Per the documentation found here:

http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.SummaryCalculator~BeginCalculation.html

>>>Typically you initialize any member variables in this method.

I'm not sure why you would want to initalize variables twice (???). 

Question:  I only want to calculate totals once.  I do not calculate totals based on information in the grid.  What method(s) should I use to calculate totals?

Thanks