Is there a way I can insert tables in the control?
And another question, I need to add videos or flash like the editor in web, is there a way to do it? if not, is there a way to use the web control in a windows application?
Thanks in advance for the help
Ariel Gonzales
No, the control does not support HTML-style tables, although I believe other customers have requested this. If you like you can submit a feature request, which will increase the likelihood that it gets implemented since customer demand drives the feature set.
Hello,
Just wanted to ask if this feature has been implemented?
Thank You
No, there is no support for tables in UltraFormattedTextEditor at this time.
What other control can I use to insert tables instead of UltraFormattedTextEditor?
Thanks, I got this solution.
http://code.msdn.microsoft.com/windowsdesktop/WinForms-HTML-Editor-01dbce1a
I think it's better solution to solve my problem.
There aren't any controls in NetAdvantage for WinForms that support tables in a text-based control. You could try using the inbox RichTextBox control. That's the only one I know of that supports this.