Hi
Do you have something similar as MS DataGridColumn.ClipboardContentBinding in xamgrid control?
Got it. Thanks :)
Hello Andrey,
It appears that this DataGridColumn.ClipboardContentBinding is a type of directive for what exactly about the cells is used with the clipboard operations. The XamGrid does not currently have support for this, and if you would like to see something like it supported in the XamGrid, I would recommend suggesting a new product idea for it at http://ideas.infragistics.com. This website will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.
The closest thing that we do have to a ClipboardContentBinding are the ClipboardCopyingItem, ClipboardCopying, and ClipboardPasting events that allow you to modify the contents that will be copied or pasted to or from the clipboard. You can read further about these events here at the following online documentation articles:
Copy: https://ko.infragistics.com/help/wpf/xamgrid-copy-events-and-events-arguments
Paste: https://ko.infragistics.com/help/wpf/xamgrid-paste-event-and-event-arguments
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer