I am creating a plugin that runs when I delete a record of a grid product in a quote. And to do this I make some calculations that I show in the quote. But when I remove the registry calculations are not updated and it seems that when realizarce calculations in the plugin takes the data grid as if there'm deleting the record. The plugin I'm running with post-operation.
How could I do a refresh the page.
Perform this same plugin with an update and run properly, like the create, at the time of these two actions the values are automatically re-expressed only run: service.update ("quote"); this being my problem with the delete .