Hi,
Just wanted to know how we can add a "Totals" row at the bottom. I know you have Grid SummaryRow but that only contains a single line of summary. What I need is to add a special row that has totals for each column.
Btw, I know I can just add a normal row at the end that will have computed totals.. However, the problem would that when I sort the table, the totals row would also be rearranged.
If there is no way to include a "Totals" row, is there a way to exclude a row from sorting? (freezing did not help)