Say you create a new document and insert a hyperlink, using RadRichTextBox.InsertHyperlink, then try to Undo that using RadRichTextBox.Undo. You get a nasty, untrappable "NullReferenceException: FromElement must not be null". What is interesting is that this only happens if the hyperlink is the first thing on a line/paragraph. It works just fine as long as there's something to the left of it (even just a space).
Putting the RadRichTextBox.Undo() call inside a Try/Catch does not catch the exception in either debug or runtime.
Any thoughts/suggestions?
- Ken
Putting the RadRichTextBox.Undo() call inside a Try/Catch does not catch the exception in either debug or runtime.
Any thoughts/suggestions?
- Ken