So, I need a WPF RichTextBox control with support for table creation (beside usual formatting stuff, hyperlinks and support for html format). Just to clarify I need the user to be able to insert table rows & columns.
The Xceed RichTextBox control from "Extended WPF Toolkit" is actually great (beside being free and open-source) except that it doesn't have the tables functionality out of the box.
I am just wondering what is the best approach to add table functionality to the control? Has anyone done this before?
Probably the answer is you just add the logic and the UI :) - similar to TinyMCE. I just wanted to know if somebody already done this and made it open-source.