I have column which shows the color (property of collection item object). When I copy the row or the grid, this column is part of clipboard as empty. How can remove it from the clipboard?
Hi Gajender,
Thank you for your post. I have been looking into your post and my suggestion is to exclude the cell value from the clipboard in the ‘ClipboardCopyingItem’ event of the XamGrid and then to remove the additional tab in the ‘ClipboardCopying’ event of the XamGrid. I am attaching a sample application(XamGrid_ClipboardCopy.zip) that shows my suggestion.
Let me know, if you need any further assistance on this matter.