I am trying to export a grid to excel. There is a column group which might have any number of columns depending on configuration. The issue is when i export the grid, i am not able to see the values of the column names instead i see variable names. attachments show what i mean. please help me!
this is what i used in my view.
.ToolBar(tools => tools.Excel())
.Excel(excel => excel
.FileName("Kendo UI Grid Export.xlsx")
.Filterable(true)
)