C# – SilverLight DataGrid: Copy & paste

asp.netcdatagridsilverlight

  1. Is there a way that I can select a bunch of rows or cells from a SilverLight DataGrid and Copy them for pasting into e.g. excel?

The DataGrid doesn't seem to have this functionality built in!

Thanks a lot

Best Answer

Silverlight 4 is great, Ctrl-A a datagrid, copy and paste it into Excel.

You can even customize what gets copied using ClipboardContentBinding, which is quite useful if you are using a TemplateColumn.