BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hello,
I try to understand why RTE doesn't work on my application.
Therefore, I created a new standard .net 7 Blazor-server application, followed the steps, and came to the same conclusion. Same problem displaying the RTE as the screenshot shows.
I found some example projects, they work. So after I verified them with my project, I can't seem to find why I have this issue.
I now call your help to help me solve this.
At GitHub I have my test project
https://github.com/DinandDotNet/syncfusiontestapp
Naturally, without my Licence key, but that was there when I tested it.
I saw that it made no sense for the end result whether the key was there or not,
I hope I overlooked something stupid, but important.
Thank you for helping me.
Dinand
Hi Dinand,
Based on the information you've provided, it appears that you are using the Syncfusion.Blazor Single NuGet package. To resolve this issue, please make sure that you have the correct styles and scripts added to your application, as mentioned below:
_Host.cshtml
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> |
For more detailed information, you can also refer to our official documentation on the Rich Text Editor's getting started page at
https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started
Please let us know if you have any other concerns.
Regards,
Vinothkumar
Thank you for your support.
I was able to fix it, as it was a problem in the .css path