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
350
xamGrid: How to get the clipboard string of the whole table
posted

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.