How to export grid to csv ( comma separated value).
I was thinking that it might be possible to export the grid to an Excel Workbook then use the Excel object to write the CSV file, but the save method in the Infragistics.Excel.Workbook class doesn't let you specify any alternative file formats.
Is there a way of doing this in code (that's less effort than writing code to create the csv file manually)?
John.