I have a problem with the download property with it's encoding. My filename has scandinavian characters and the filename is all messed up in the download file dialog. In worksheetname the same name is shown correctly. I've tried encoding the filename but without success so I would appreciated any help you can give me so I can display the downloadname correctly.
Great news. That'll probably solve all filename related "issues" I had. Thanks for the info.
kulsumarif,
You can handle the NameValidating event on the WebGridExcelExporter, see the online help for:http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Infragistics4.WebUI.UltraWebGrid.ExcelExport.v10.2~Infragistics.WebUI.UltraWebGrid.ExcelExport.UltraWebGridExcelExporter~NameValidating_EV.html
Regards,
If I remember correctly I solved the issue by just not using any scandinavian special characters. It wasn't optimal solution but I could live with it. Hope it works for you too since I'm not aware of any other way.
Hi - I know it's been some time sice u posted this but I am running into the same issue and was wondering how you resolved it.
Thanks.