Hi,
We have a WPF solution with a blog, the blog messages are being saved into our database as RadDocuments.
Now we are building a MVC-solution which should also be able to show this blog.
The Problems are:
1. how do I convert the RadDocument to HTML?
2. how do I convert the RadDocument to RadFlowDocument so I can work with it in the Kendo.Editor?
Do you have examples on how to solve this? RadDocument is loaded as a string from DB.
Regards Kristian