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
731
how can i set these properties of column in javascript?
posted

UltraWebGrid1.Columns[4].Footer.Total = SummaryInfo.Sum;

 i want to get sum of this column on 

AfterExitEditModeHandler please guide what should i do????

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    As far as I know, the actual footer totals aren't stored anywhere accessible in server-side code.  I don't think they're calculated until render-time.

    For workarounds, I can think of three:
    - Manually duplicate corresponding calculations in server-side code.
    - Duplicate corresponding calculations using WebCalcManager.
    - Retrieve the value from the footer using client-side code.

    We already have a feature request on-hand for the ability to access the footer's actual values in server-side code.

Children
No Data