We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ClipboardCopy called recursively

Hi,
I am using the GridControl with a lot of custom cell models. Whenever I select something on the Grid and press Ctrl + C, the whole application hangs for quite sometime. I found that the ClipboardCopy function is called repeatedly.

Can you please let me know what would be the problem.

thanks
thanvir

1 Reply

AD Administrator Syncfusion Team October 19, 2007 11:39 AM UTC

Are you trying to copy custom objects to the clipboard (maybe through the style.Tag property)? If so, are these custom objects serializable? In order for object to be copied to the clipboard, they must be serializable. Sometimes, you can just add a [Serializable] attribute to your class declaration to get things to work. Other times, you might have to have your class implement ISerializable.

Loader.
Live Chat Icon For mobile
Up arrow icon