I want to have the Ext.grid.feature.GroupingSummary with a row that adds a Row of total summary for all the groupings in my Grid View.
Basically the row that Ext.grid.feature.Summary provides...
I have buttons on grid in toolbar that onclick either group the data or ungroup but the totals need to appear always.
And off course the toggle for the summaries.
I have the same problem. I want to have one summary row at the bottom of the grid. But adding the summary feature on a grid with grouping places the summary in each group, and at the bottom of the grid. Any solutions?