SfRichTextEditor load html

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

2 Replies 1 reply marked as answer

DS Devaraj Sekar Syncfusion Team August 6, 2020 07:00 AM UTC

Hi Derek,  
 
Thank you for contacting Syncfusion support.  
 
We have tried to reproduce the issue “Bulletin not displayed property in SfRichTextEditor” with your given HTML string but it works as expected from our side. We have prepared a sample with the provided information, which can be downloaded from the below link.  
 
 
If the above sample is differs from your scenario. Kindly modify the sample to reproduce the issue and share us the same which will be helpful for us to provide you a prompt solution at the earliest.  
 
Regards,  
Devaraj S 


Marked as answer

DH Derek Hagen replied to Devaraj Sekar August 6, 2020 02:40 PM UTC

Hi Derek,  
 
Thank you for contacting Syncfusion support.  
 
We have tried to reproduce the issue “Bulletin not displayed property in SfRichTextEditor” with your given HTML string but it works as expected from our side. We have prepared a sample with the provided information, which can be downloaded from the below link.  
 
 
If the above sample is differs from your scenario. Kindly modify the sample to reproduce the issue and share us the same which will be helpful for us to provide you a prompt solution at the earliest.  
 
Regards,  
Devaraj S 


Thank you.  Your example works for me.

Loader.
Up arrow icon