I have a column in an MVC grid with grouped data defined like this...
columns.Bound(m => m.Location).ClientGroupFooterTemplate("#= data.parent().value #");This causes the excel export feature to fail. It works with the standard aggregate values like 'sum' but if any of the columns have a group footer template that references the 'data' variable it causes the excel export to fail.