I am testing out the SfRichTextEditor and am trying to load the editor with html by setting the HtmlText property.
An example would be:
<html><body><ul><li>line1</li><li>line2</li><li>line3</li></ul></body></html>
When the editor is loaded it doesn't show the bullet list but instead just:
line1
line2
line3
I have attached the html string
What am I doing wrong?
Attachment:
richtexthtml_f762836a.zip