I have a Department view with parent (Dept) and child (Member) in a DBGrid. I can't display all the Member columns in the DBGrid so I activate a Member View and make the edits there. On a save it returns to the Department view. How do I get the DBGrid to show the new values?

I want the grid to show the same row that had the focus before the edit. I've tried refresh & refresh_page, but no cigar.