On my grid I am grouping by one field, and have gridview1.mastertemplate.ShowTotals = True so that I can show a grand total for columns when that grid is grouped. My issue is that I need to change the appearance of the grand total row differently than the other (group) summary rows in ViewCellFormatting. Is this possible, and if so how can I do it?
Thanks