Hi
Please i neet to Get the Column Total Footer Value as simple as Possible form Code or using WebCalculatorManager with Code Sample
and thank you very Much
hi
Yse , i'am using WebCalculate Manger in the row Total and use regular Column Footer and Both Works Fine .. for the Row total i use it Fine and can gets it's value , but my Problem is how to use the Value of the Footer of the Column i mean how can i get it to make any validation or any thing
just as: if(col.footer.value == 2.5)
{
//Code
}
in the Footer i use the Col.footer.Total = SummaryInfo.Sum;
My Hope is just to give me sample Code to how i get the Footer Value
Hello,
Did you manage to do that? I see in one of the other forum threads that you have been able to use WebCalcManager so I assume everything is fine now, or am I wrong?
You can check out the WebCalcManager samples available here:
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
(navigate to Grid -> WebCalcManager - there are several examples with source code there).
Alternatively, if you want Totals, you can handle the InitializeRow event of the grid (fires for each row), locate the column you need and sum the values yourself in a global variable.