Hi,
I have a RadGridView ( ClipboardCopyMode="Cells,Header" SelectionMode="Multiple" SelectionUnit="FullRow"). How can I raise the Copy and Paste Event which I would like to write into the Copy Button. I want the selected row and the header of the radGridView column to copy to clipboard without using Ctrl + C.
Thank you