The first blog is quite clear. Create a new method called updateTotal on your form, and call it from executeQuery method of the data source that you use in the grid.
Your summarized field(s) is/are updated from the updateTotal method each time it executes.
Does this help you forward?