
11 Answers, 1 is accepted

I need a html wysiwyg for silverlight. And it looks like the RichTextBox supports importing and exporting but is limited on html tags and will obviously likely render the content differently when it exports the html.
Does richtextbox have an html mode? Can I achieve a wysiwyg like editor with some other control of yours? I do like the spell checker.
Thank you for your feedback about the Spell Checker.
As for your HTML import/ export questions:
RadRichTextBox does not have special modes for HTML or the other formats it supports import from/ export to. You have guessed right that not all HTML documents will be rendered as they appear in a browser when imported, but you can easily test if the rich text box handles correctly sample documents of yours in our demo. On the other hand, the export should produce an output very similar to what you see in the editor.
However, worth noting is, that once imported, the documents will be converted to our internal representation, namely RadDocument. Exporting this should look the same, but on the HTML level, will most probably be very different.
If you have other questions, do not hesitate to contact us again.
Iva
the Telerik team

I think Kyle has highlighted an important feature gap within the RadRichTextBox control for Silverlight. If a user wanted an html editor, much like RadEditor for ASP.NET, the RadRichTextBox control could not provide the same functionality.
More specifically, the RadRichTextBox does not have the design/html/preview tab controls that are important for an html WISIWIG editor.
I'm curious to know why Telerik would leave this feature out of RadRichTextBox for Silverlight considering this control superseded RadHTMLEditor. Is Telerik building another control specifically for this purpose? I'm surprised more people don't mention this omission from the RadRichTextBox control.
I myself need a WISIWIG html editor and the RadRichTextBox control does not meet my requirements. I'm now forced to look to other third party providers that can meet my requirements. Something I prefer not to do as I consider Telerik controls and support to be one of the best out there.
Alain


Thank you for sharing your opinion of RadRichTextBox and the features you would like to see in this control or your ideas for a new one. We very much appreciate your feedback as active community members.
Back to your specific concerns, you are right that RadRichTextBox cannot be used as an HTML editor, as it does not preserve the HTML that is imported. To my knowledge, there are currently no plans for introducing a new control with the needed functionality, but we might take it up to the management for revision.
With regard to the HTML support, it is being extended on a par with the implemented features in the document model. If you notice any misbehavior regarding the import or export of elements we support in RadDocument, do not hesitate to get back to us with particular samples.
Iva
the Telerik team

Thanks for your reply. I would be interested with what management has to say about any changes to your product roadmap that may incorporate html editing within Silverlight as mentioned before.
Seeing that you may never have this feature or at best one day introduce this feature some time down the track, is there a way to incorporate the existing ASP.NET RadEditor control (html editing) into a Silverlight application? If so, can your team produce a working example of such a solution? This could at least get some of the interested Telerik users out there a solution to their problems/requirements.
Regards,
Alain

Using RadEditor for ASP.NET AJAX in a Silverlight application should be possible. We will try to provide a working demo of how that can be done by the end of the week.
If you have other questions, get back to us any time.
Iva
the Telerik team

http://www.telerik.com/community/forums/silverlight/htmlplaceholder/radwindow-html-place-holder-and-asp-net-rad-editor.aspx
Overall, this could be a full alternative if you can get it to work without a couple little quirks. The rad html editor for asp.net is good.
I am sorry for the delay in providing a sample project illustrating how you can use RadEditor for ASP.NET in a Silverlight application. The control is placed inside of a RadHtmlPlaceholder, just like Kyle has done.
Hope this is what you were looking for. As for the issues Kyle has mentioned, they will be addressed in the forum thread for RadHtmlPlaceholder where he has posted them.
Iva
the Telerik team