Teroid Data Grid View Export Control is a .NET control that allows users to export Data Grid View contents to CSV, XML or HTML files. Available for use in Windows Forms.
Using the Teroid Data Grid View Export Control was incredibly easy. I simply had to set the DataGridView property and call either the ExportToCsv, ExportToXml, or ExportToHtml methods. What's more, these methods can be overridden and accept either a filename parameter or prompt the user to select a Save As dialog box.
The control is also flexible in that it can be set to include column headings and open the export file upon completion. Additionally, it raises an event to let users know when an export has been completed.
Overall, I found the Teroid Data Grid View Export Control to be a reliable and convenient option for exporting Data Grid View contents.
Version 1.0: N/A