This question is locked. New answers and comments are not allowed.
We are using the latest version of the RadGridView control (Silverlight 4) and looking to utilise the new copy functionality to allow users to copy data from the grid and paste into Excel.
There are two questions I have:
There are two questions I have:
- Can a column be omitted from the output? I can handle the CopyCellClipboardContent event but cancelling the event for the specified column does not prevent the column from being outputted and you simply get an empty column with a column header.
- Can the header text outputted be manipulated? We have anumber of column headers that are simply images, or as a good example the GridViewSelectColumn. If you add headers to the ClipboardCopyMode enum, which we would like, then the header output from this field is System.Windows.Controls.CheckBox Content: IsChecked:False. Any field that does not use a standard string based Header suffers from this issue.
Regards,
Chris