Posted 8 September 2017, 9:43 am EST
When I have a databound SpreadJS sheet, and I bind the CellChanged event, then, when I make a change in the grid, the event fires twice.
The first time the args parameter has the old values. The second time the args parameter has the new values.
I want only one event, the one with the new parameters. How do I get this?