Hey folks,
When I export my grid to Excel, the client footer value is formatted as a string (see the Excel image below).
Is it possible to tell Excel that this is a numeric value?
Thanks,
Ken
columns.Bound(e => e.Total).Title("Amount").Width(120).Format("{0:C}").ClientFooterTemplate("#= kendo.format('{0:c}', sum)#");