I am trying to get a rich text editor to work, but some of the behavior is not how I am expecting it to work.
Finding answers about my issues online and on this forum was hard, so hopefully I am not duplicating other questions.
Issue 1. Numbered and bulleted lists align too far left
Issue 2. Graph styles do not get localized strings (image Dutch localization) and also do not have any effect on the table
Issue 3. Default table behavior is alternate rows, which because of issue 2 cannot be disabled
Issue 4. Default behaviour clicking Numbered list is the decimal type list, but when pressing the bulleted list there is no default behaviour set, so no bullet point is shown unless specifically selected from the list.
Maybe I am doing something wrong here. I added a code snippet to show what I have added:
https://blazorplayground.syncfusion.com/BDhqiDMXqiaMurmN
I had to delete stuff like SfResource.RichTextEditor_FormatsDropDownParagraph from the dropdown items in this code snippet in order to make it run (i am aware without it the localization does not work on custom settings)
All my issues are not present in the code snippet. Could it be due to missing a step in installing syncfusion?
Thanks in advance for answering my questions and helping out