Hi There,
Anyone who can help me out in implementing the multiline UltraTextEditor that has a capability same as the rich text?
Im planning to change the windows control RichTextBox into this control (or any infragistics control that will behave as richTexBox) in my current project.
Im currently using the NetAdvantage_20062_CLR2x_WinForms. We already bought the new NetAdvantage for .NET 2008 Vol. 2 and planning to implement this by next month.
Regards
There is a RichTextEditor sample that ships with NetAdvantage, but there is no official RichTextBox replacement in the NA suite. If you don't actually need to support RTF, you could look into the UltraFormattedTextEditor.
-Matt
I think the RichTextEditor you were referring to is the WinGrid example. please correct me if im wrong and show me the right one.
Will the UltraFormattedTextEditor supports the same behavior as the RichTextEditor? What i want to accomplish is that when i typed a hyperlink (ex. www.infragistics.com) it will be highlighted and it will be clickable.
Thanks for your time on answering my inquiry.