Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anthony Nahas on Oct 13, 2009 12:22
open dhtmlx forum
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.