How to disable pasting after paste is called once

I am using GDBG and when I select text from one cell and paste (using Ctrl+V)into another cell, paste is called twice and I get two instances of what was in the clipboard pasted into the cell, e.g. if I copy the text "A" from one cell I will get "AA" when I paste.
I am wondering if there is a way to prevent this from happening and only to paste once. I know there are events to handle copy and paste, but I don't want to mess with what is in the clipboard. I just want to disable pasting after I paste once, such as using a flag to control this behavior.

Thanks.

2 Replies

AL Andrew Lien April 12, 2010 03:14 PM UTC

OK, I saw that there was a fix listed on the forum here that I didn't see before:

http://www.syncfusion.com/support/forums/grid-windows/93467/Pasting-issue-with-Grid-Windows-in-2010-Vol-1-version-(81030)

Installed the patch and it works fine now.

Thanks.


RC Rajadurai C Syncfusion Team April 12, 2010 03:15 PM UTC

Hi Andrew,

Thanks for your update.

Regards,
Rajadurai

Loader.
Up arrow icon