
4 Answers, 1 is accepted

Thanks.
It is good to hear that you managed to resolve the issue yourself. If you have other questions, feel free to get back to us.
Kind regards,Iva
the Telerik team

RadRichTextBox uses data providers to bind the contents of its document to strings in different file formats. You can read more about data providers and the way they can be used in this article.
As for the images, you can use the customization options that the import and export settings provide. The examples in the article are about HtmlFormatProvider, but the settings can also be applied in a data-binding scenario, by accessing the format provider available as a property of the data provider, i.e.:
HtmlFormatProvider htmlFormatProvider = (HtmlFormatProvider)htmlDataProvider.FormatProvider;
htmlFormatProvider.ExportSettings =
new
HtmlExportSettings();
...
I hope this helps. Regards,
Iva
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!