Paste and calculated columns?

Is there a way to tell the footer to update after a paste event? If the user pastes something into the grid, it doesn’t look like the values are re-calculated.

Are you auto-calculated values in a footer ?

You can add the next command after pasting
grid.callEvent(“onGridReconstructed”,[]);
It will force update of footers.