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
280
unbound column formula function: fire on every change
posted

i have formula function "calculateTotal" which basically returns true if all checkboxes are ticked in the corresponding row, see an example here: http://jsfiddle.net/btwopc7f/

i want this function to fire every time any of the values change in the corresponding row, i.e. have a computed column watching for changes happening in the grid. is it possible with the unbound column?

Parents
  • 280
    posted

    ahh it actually does work by default, in my case i also have a custom editCellEnded and editCellStarted functions, which i guess is what breaks the default behaviour??

Reply Children