When using the UltraFormattedTextEditor on a .net 2.0 windows form, if I paste text from the clipboard in code by calling ultraFormattedTextEditor1.EditInfo.Paste() then I can then undo the paste using the context menu's Undo menu item.
However, if I insert text by calling ultraFormattedTextEditor1.EditInfo.InsertValue("myText") then the Undo menu item is disabled on the context menu.
Is there any way to undo text inserted using the InsertValue method?
I'm using NetAdvantage 2008 vol 3
John
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.