HI
I'm designing a news site and using radeditor. As I showed in the picture in an accurate error while working properly, I could not find the answer in the forum, I'm waiting for your help.
10 Answers, 1 is accepted
Is there a JavaScript error on the page? If yes, can you send a screenshot of it and the text?
Another reason for the problem could be that something is blocking the stylesheet of RadEditor. Please check the network resources in the Network tab of DevTools and see what errors do you get.
Does the editor uses CDN or webresources for its skin?
The fast way to help you would be to provide a live URL to the problematic page or a simple runnable project where we can debug the problem.
Regards,
Rumen
Progress Telerik

In the management section of my Radeditor website, there is no css and js code.
normal in ie, chrome looks like this ..
Can you send a screenshot of the network tab of Google Chrome DevTools? It will show why the skin files are not loaded.
In the meantime you can try to enable the CDN skin files by setting
<
telerik:RadStyleSheetManager
ID
=
"RadStyleSheetManager1"
runat
=
"server"
CdnSettings-TelerikCdn
=
"Enabled"
/>
The same issue is discussed at https://www.telerik.com/forums/wierd-radeditor-rendering-shows-no-editor-but-alot-of-bullets.
Regards,
Rumen
Progress Telerik

Hello..
I am very pleased with your intense interest.
But,
I've been using RadEditor for a long time, so I've got it on all the websites I've done.
I've encountered such a problem on this news site that I've recently done, I've applied everything in the forum and whatever you say. No problem with js and css in place. simple place. It's the only page where the Manager wrote the news.
<telerik:RadStyleSheetManager
ID="RadStyleSheetManager1"
runat="server"
CdnSettings-TelerikCdn="Enabled" />
It seems to be correct when you add this code, but it doesn't enter text.
I was desperate, pretty impressed me, I was surprised what to do.
Good work.
If I understand correctly the appearance issue is now resolved. Please confirm it.
The only remaining problem is that the content area of RadEditor is not editable. If it is not editable, this means that its scripts are not loaded.
In this case you can enable the CDN scripts since the problem could be the same as with the CSS.
To enable the CDN for the Telerik scripts set
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
CdnSettings-TelerikCdn
=
"Enabled"
>
</
telerik:RadScriptManager
>
If this does not help, I will need a reproduction project or live URL so that I can see what happens.
Best regards,
Rumen
Progress Telerik

First of all, I am very pleased with your interest, you are a good developer.
We've solved the appearance problem, but it's still dull, no text input and the toolbar doesn't work. I can't give you a link to see the problem, but I'll add a picture.
and I'll show you the commands I've implemented.
We have to solve the problem, it's a vital issue for me.
a little time has narrowed.
I look forward to your answer.
Note: I don't have js and css where I use RadEditor. I don't think it would already be affected by the admin part, ie js and css.
Can you should me a screenshot or video that Telerik CDN scripts are loaded indeed? You can do it in Chrome DevTools Network tab?
The screenshot should look similar to this https://www.screencast.com/t/Qjvm4vGyGW and should show that all CDN and non CDN scripts are loaded without errors.
You can also set the ContentAreaMode property of RadEditor to "Div".
Regards,
Rumen
Progress Telerik

Dear Rume;
I appreciate you
I've solved the problem, but it's not the editor.
As I said, I have edited the Global.asax file so that it improved.
Routes.MapPageRoute ("{news}", "{news} / {title}", "~ / yyazidetay.aspx"); // breaks this editor
Routes.MapPageRoute ("news", "{news}", "~ / yyazidetay.aspx"); // it doesn't ...
For now, the problem is solved, only one problem remains.
The image uploaded into the editor cannot be
Good work.
Glad that you solved the editing issue!
The routing related problems are discussed in this KB - https://www.telerik.com/support/kb/aspnet-ajax/editor/details/error-web-config-registration-missing!-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file-.
Regards,
Rumen
Progress Telerik
