Copy To Clipboard

Copy Data Grid View To Clipboard

Copies as a spreadsheet so it pastes perfectly into Excel and Word
(more…)

Creating Manual Data Grid From Arrays

Good resources:

http://www.devx.com/dotnet/Article/33748

Create Class

Create a class which has a variable for each column the datagrid will have – the class will be created for each data grid row. You can implement how these properties get set however you want, but a good way is to write them as part of the constructor. (more…)