Categories | Question details Back To List | ||
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. Answer posted by Stanislav (support) on Oct 14, 2009 02:28 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. |