I want my EstimateLine grid to update automatically after I perform calculations in various columns after data entry or editing. I want this to happen when editing an existing line item.
I planned to use the Save Grid action following by the Refresh Grid action. The Save Grid action does not save the grid to the database. When the Refresh Grid action is performed the changes to the grid are replaced by the older data in the database for the edited line item. This is true whether I refresh the grid manually or using the Refresh Grid action. The actions are being performed within one of the columns of the grid.
Any ideas as to why the Save Grid action is not saving the changes to the line item?
Thanks.