I am exporting a WebDataGrid without a problem, but I wanted to know if there is any way I can change the exported value for one set of cells. My grid has hyperlinks that I do not want to export to Excel. I would like to replace the hyperlink with just the text and I can't figure out how to do this. Any suggestions?
Thanks
Hi,
You can use the RowExported event on the WebExcelExporter and access the WorkSheetRow.Cells object and set the value to a value that you specify.
Magued
I will try that. Thank you for the response.