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?
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??
Hello G. Fawkes,
Thank you for posting in our forum.
By default the whole row is re-rendered after a row/cell was updated and editing has ended, which in turn will invoke any formatter/formula function for the related columns and apply the new result for the rendered cells.
Just attaching event handlers for the editCellStarted and editCellEnded events should not change the behavior.
Could you update your fiddle so that it more closely resembles your scenario? If that’s not possible could you share some code snippets of the code you have in the editCellStarted and editCellEnded functions?
I’m looking forward to your reply.
Best Regards,
Maya Kirova
Infragistics, Inc.
http://ko.infragistics.com/support