I am trying to conceive of a way to automatically recalculate the grid when a user pastes data into it using Ctrl+V.
I cannot seem to use the onXPaste event to trigger my calculation function because, at that point, the new data has not yet been pasted into the grid and the calculation proceeds without it.
Using onXValueChange works to trigger the calculation, but it fires and calculates for each cell pasted, and I'd rather wait until all cells are pasted before calculating.
The solution is probably very simple and, if any of you know what it is, I'd appreciate hearing from you.
Many thanks for your help,
Doug Ostien