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
575
Get Column Footer Total Value
posted

 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 

Parents
  • 28464
    posted

    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. 

Reply Children
No Data