Hello,
We need the ability to copy a whole row from the grid to the clipboard, so it can be pasted in Excel let's say.
Looks like the built in copy functionality only copies a single cell and it can be pasted back in the grid only.
Any code samples anyone?
Thanks!
UPDATE:
The closest thing that I found and does it is:
http://www.telerik.com/support/kb/winforms/gridview/copy-pasting-rows-in-and-between-radgridviews-csv-format.aspx
I implemented a variation of that but was wondering if there wasn't something built in by now...
We need the ability to copy a whole row from the grid to the clipboard, so it can be pasted in Excel let's say.
Looks like the built in copy functionality only copies a single cell and it can be pasted back in the grid only.
Any code samples anyone?
Thanks!
UPDATE:
The closest thing that I found and does it is:
http://www.telerik.com/support/kb/winforms/gridview/copy-pasting-rows-in-and-between-radgridviews-csv-format.aspx
I implemented a variation of that but was wondering if there wasn't something built in by now...