I currently have a GroupingView grid with GroupSummary which is working perfectly. What I want to do now is have my last record in the grid (Total across all the groups) removed from the GroupingView and displayed like a regular grid row.
You would have to make sure that that last record belongs to a separate group and modify the startGroup template, so it doesn't display any group information for this record.