We are trying to update our Excel exports by changing the Export Format to XLSX, due to the current issue with exporting RadGrid to HTML - http://www.telerik.com/forums/html-based-export-format-is-not-working-in-excel-2010
However, I am unable to export RadGrid Template Columns containing RadNumericTextBox fields. The Excel cells return blank. How can I get the export to show the values on screen.
I have tried to set the GridItem Text value during ItemDataBound as shown in this example: http://www.telerik.com/forums/export-excel-gridtemplatecolumn-radcombobox#-N46Be62GESFQDNwu0-vbA
but it does not affect the Export.
Any help is appreciated,
Thanks.