Hello,
Thanks for the new copy/paste in grid!
I would like to add a context menu to my grid with an option to copy selected cells to clipboard. How do I programmatically copy the selected cells in Infragistics grid to the clipboard?
What method should I call?
Regards,
Thank you.
I will load SR and try this functionality.
Victor
Hi Victor,
In the latest SR we made the methods public. So make sure you get the latest.
Also, we did do some performance improvements, which should improve the speed from what you're seeing with the release version.
-SteveZ
Hi,
I am using 10.3 and still see these methods as protected.
I am trying to copy and paste large chunks of data (entire columns or multiple rows on 60K records with 100 columns grid). It is very slow or gives me Out of Memory error.
However, initial pasting of the same data is very good - about five seconds.
Can you give me any recomendations how to improve speed?
Thanks.
Hello Julien,
The methods are now exposed as public in the latest service release for 2010 Vol. 3. Please let me know if you have any further questions or concerns about this matter.
Hello Jason,
Thanks! I was not sure this was a recommended way to do this.
Julien Benoit