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
200
Unbound formula cell not calculating for new row
posted

Hi,

Firstly apologies if this is a simple mistake on my part or has been covered elsewhere but I've just started back with the grid and calc manager and am struggling to get the attached to work (VS2010 with 2013.2075)

Simple project attached and when I click in the new row the formula for column d doesn't appear to work but it works fine for existing rows.  If I change the DeferredCalculationsEnabled to True on the calc manager then it works fine but my summary isn't fully calculated unless the grid is fully scrolled.  I've tried various combinations of the DeferredCalculationsEnabled and CalcFrequency but just can't seem to get it to give a complete summary and complete the formula for a new row.

Any help greatly appreciated.

Thanks

WindowsApplication2.zip
Parents
  • 28925
    Offline posted

    Hello,

    The DeferredCalculationsEnabled will set the calculations on the visible objects. In this case, the visible rows. If you run the sample the with this property set to True, then the scrolling is required to get grand total for all your rows.

    Can you clarify by the following?

    when I click in the new row the formula for column d doesn't appear to work but it works fine for existing rows

    After adding a new row to your data, the calcmanager auto detects and adds it the entry to the total. Does this occur for you?

Reply Children