Hi,
Is it possible to export the contents of the WebGrid to a comma-separated value file? I have the WebGridExcelExporter control on my page, and it can export to Excel no problem. But is there a setting to export the file as a CSV? If not, that would be a great feature to add.
Thanks, Mark
Hello Mark,
Indeed, that would be a great feature, you might want to suggest it directly to PM via the following link
Request a Feature or Component
Meanwhile, it should be realatively easy to construct CSV file based on the datasource - just going through each row and cell in the DataTable and writing it in a comma separated value to an output stream.