I have a TelerikGrid that I want to export to Excel or CSV, but before I export it I want to add a column. I add the column and set it's Field & Title, which when exported the Field data is shown but not the Title.
I have followed the documentation and created a hidden column, then using the OnBeforeExport event, added the column to the list but still the Title does not export.
Am I missing something?