Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Export issue when grid has a TemplateDataField
posted

Hello,

I have a WebDataGrid I'm trying to export to Excel using the WebExcelExporter control. One of my grid columns is using a TemplateDataField. While this TemplateDataField only displays a number to the user, when it is exported to Excel, the Excel column contains the raw HTML within my TemplateDataField. Is there anyway for the Export control to only send the text rendered in the template field, and not the raw HTML? 

I'm using NetAdvantage 10.3 CLR3x

Thanks!