Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3806
XamGrid - remove a column while copying to clipboard
posted

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?

  • 35319
    Verified Answer
    posted

    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.

    XamGrid_ClipboardCopy.zip