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
395
WebDataGrid - Export To Excel
posted

Is there a way to get the webdatagrid to export to excel using the Text propery of the webdatagrid and not the Value property?  When you export to excel, if you did any translation in the InitializeRow event, this translation is lost in the export to Excel.  This is not the case with the export to PDF, which seems to use the Text Property properly and not the value property.  Using WebDataGrid 10.3.20103.2013.  In my example, my cell value is a 12, which I translate to the description ("Test Description") in the InitializeRow event. 

Exporting to Excel put's the 12 in the cell and not the description.  Exporting to pdf puts the description.

Parents
No Data
Reply Children
No Data