We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Get no RTE on screen after following the instructions

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


Attachment: Screenshots_63f9c1c0.zip

3 Replies

VY Vinothkumar Yuvaraj Syncfusion Team February 7, 2023 11:14 AM UTC

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


Attachment: syncfusiontestappmaster_8ac0fc03.zip


DI Dinand replied to Vinothkumar Yuvaraj February 8, 2023 05:25 AM UTC

Thank you for your support.

I was able to fix it, as it was a problem in the .css path



VJ Vinitha Jeyakumar Syncfusion Team February 9, 2023 04:54 AM UTC

Hi Dinand,


We are glad to assist you.


Regards,
Vinitha

Loader.
Up arrow icon