I have a master/detail. The master is a form and the detail is a grid. In the form I add products and with ajax I save on the database and I refresh the grid where I can see the records. When I add products, the final price (in the master) is updated perfectly. Now, in the grid I have a link to delete records one by one. The delete is working perfect, but the only one problem is the final price is not updated when I delete one product. I have tried many ways to resolve but I can’t do it
I attach a image and explain the situation: Step 1: I delete one product (link on the grid). Step 2: the price is not updated.
Maybe is simple but I have spent a lot of time.
Thanks in advance.