Hi,
I face to several challenges. In my application there is a xamgrid and a 'export'-button. On click on the button, the whole content of the grid should be copied to clipboard. Further, an information text should be added to the clipboard string.
Therfore my questions:
1) How to programmatically copy the whole table into clipboard?
2) How to retrieve the clipboard string before set to clipboard?
3) Due to the fact that the grid consists of self referencing data (similar to samples browser / xamGrid / Data / Self-referencing Data) which can be expanded and collapsed, I would prefer to get only the expanded rows.
Thanks for answers.
Any anwers?
Hello,
Thank you for your post. I have been looking into it and I can suggest you see this sample from our Samples Browser:
https://es.infragistics.com/samples/silverlight/grid/#/copy-operation
about copying to clipboard. Also I can say that you can use the XamGrid’s ClipboardCopying and ClipboardCopyingItem events to get the copied text. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Hi Stefan,
Sorry, this example doesn't answer any of my questions. I did by myself, thanks anyway.
Best Guenter
Hello Guenter,
Thank you for your feedback. I am glad that you resolved your issue.