Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
308
Getting Copy Error in "ultraGrid1.PerformAction(UltraGridAction.Copy);"
posted

Hi,

I am using a UltraGrid to which i have binded a class object derived from IBindingList.

I am copying the whole row for pasting it.

Issue is when i am using "ultraGrid1.PerformAction(UltraGridAction.Copy);" , I am getting the following error

Error performing copy operation: Requested Clipboard operation did not succeed

How can i figure out where is the problem lies.

One more question: If we copy paste the ultragrid row will it automatically update the binded object.

Please help!!!

Regards,

Sanjiv