Hello -
I have a RadGrid that I am using to present a custom reporting solution for our clients (they choose columns, column order, format, etc. then results are displayed in a RadGrid).
Everything is working great, except that when someone wants to save the file as a CSV, a "byte order marker" (BOM) appears at the beginning of the file. This marker does not appear in the ExportOutput returned from GridExportingArgs that is fired in the OnGridExporting event. The BOM is causing our customers to have to edit the file before they can run it through their automated systems.
My question is: How can I prevent the BOM from being saved into the CSV file? Is this possible?
Thanks in advance,
-Brendan
I have a RadGrid that I am using to present a custom reporting solution for our clients (they choose columns, column order, format, etc. then results are displayed in a RadGrid).
Everything is working great, except that when someone wants to save the file as a CSV, a "byte order marker" (BOM) appears at the beginning of the file. This marker does not appear in the ExportOutput returned from GridExportingArgs that is fired in the OnGridExporting event. The BOM is causing our customers to have to edit the file before they can run it through their automated systems.
My question is: How can I prevent the BOM from being saved into the CSV file? Is this possible?
Thanks in advance,
-Brendan