Hi,
We want to add rich text editor for adding comments just like word. Apart from that the formatted Text can save in database and view again as same format.
Please suggest any link or samples for support. Just like below sample screen wand to add for commenting.
Thanks
Hi Pri,
You can install and review our samples for the RichTextEditor in the Samples Browser and specifically these XamRichTextEditor > Editing & Selection > Clipboard Support and Content Editing. You can also have a look at our showcase IG Word http://es.infragistics.com/resources/sample-applications/wpf-igword .
Regarding the question about saving the content into a database, our xamRichTextEditor provides export and import functionality to plain text/rtf/docx and html formats. So you can store the exported content into the database and import it back in the xamRichTextEditor. You can read more about Import/Export feature here: http://es.infragistics.com/help/wpf/xamrichtexteditor-managing-import-export
If you require any further assistance on the matter, please let me know.
Sincerely,Teodor TenevSoftware Developer
Thanks for your Reply. I have followed above link and now able to implement Rich Text editor. But In this text Editor header part is not showing like word.
How we can approach it.