We're using Infragistics NetAdvantage 2006 Volume 3 CLR 2.0, and the .dll version of Infragistics2.Win.UltraWinEditors.v6.3.dll is 6.3.20063.53.
Whenever I try to simply hit Ctrl+V in an UltraTextEditor, it will not paste. Is there a simple fix to this, or do we have to write a special event handler for every UltraTextEditor? Perhaps a newer version (newer than 6.3) resolves this?
Thanks in advance,DaleyKD
I finally found the answer in http://forums.labs.infragistics.com/forums/p/8171/32591.aspx.
It turns out that my main form had a new MenuBar which had a Cut/Copy MenuItem with ShortcutKeys set to Ctrl+C, etc.
Thanks, Mike, for the solution.