255 Views
The WPF DataGrid can be a difficult beast to tame but it has a lot of built in power and once you get to understand the way that it works it can save you a lot of code and a lot of time. Converting its contents to CSV or HTML is a common requirement and there is a nice trick to doing the job using the Clipboard and a WPF command.
0 comments