How to custom(Ctrl+C,Ctrl+V) GridDataBound Copy/Paste

hi, handle Ctrl+c/Ctrl+v key can you give a sample code? Thanks a lot!

1 Reply

AD Administrator Syncfusion Team December 6, 2004 06:45 AM UTC

You can handle the grid.ClipboardCopy/grid.ClipboardPaste events(in a GridDataBoundGrid, the events are on the grid.Model object, grid.Model.ClipboardCopy/grid.Model.ClipboardPaste). Here is a forum thread that has a sample. http://64.78.18.34/Support/Forums/message.aspx?MessageID=10877 You can also see other samples in these threads. http://64.78.18.34/Support/Forums/message.aspx?MessageID=5796 http://64.78.18.34/Support/Forums/message.aspx?MessageID=6472 http://64.78.18.34/Support/Forums/message.aspx?MessageID=14067

Loader.
Up arrow icon