I have an interactive grid with a delete action menu item. Once an item is marked for delete and save is clicked the row is removed. But I still want to refresh the grid, because there is hidden workflow managed by a database procedure that will change the remaining displayed data. Thus the grid has to be refreshed.I tried using a dynamic action on change but that is not triggered. A submit would be fine, if I could find a way to trigger it.