Is .NET DataGrid's ClipboardCopyMode Property supported? If not, how do I (without reinventing DataGridControl code that implements ApplicationCommands.Copy), copy selected items to the Clipboard without Column Headers? It looks like the Silverlight version of DataGridControl has it (https://xceed.com/wp-content/documentation/xceed-datagrid-for-silverlight/Xceed.Silverlight.DataGrid.v2.0~Xceed.Silverlight.DataGrid.DataGridControl~ClipboardCopyMode.html).
↧