This is a migrated thread and some comments may be shown as answers.

RadEditor not rendering

1 Answer 87 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gen
Top achievements
Rank 1
Gen asked on 08 Apr 2011, 10:45 PM
I have a RadEditor placed on a content page. When I run the web application locally (ASP.NET 3.5), the RadEditor shows up fine. When I deploy the web application to our production server, the editor doesn't show up, instead I get a series of bullet points that when hovered over show a tooltip of a toolbar.

I don't have the code with me right now, but can anyone suggest what I should check when I get back into work on Monday? Any pointers would be appreciated! I don't understand how it works fine locally (when I hit F5 in visual studio 2010), but when I deploy to the server it doesnt work. I can confirm that there are other applications on the server I am deploying to where the RadEditor works fine, just not in my web application project. Do I need to check any specific web.config settings?

Thanks

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 12 Apr 2011, 03:40 PM
Hi Gen,

This problem might occur if by some case the RadEditor's CSS files are not loaded correctly. Could you please register the external RadEditor skins as it is shown in this KB article: Registering an external skin of RadEditor?

You can also take advantage of the recently introduced CDN support which will allow you to load the controls skins from the Telerik CDN. Telerik CDN is hosted on the Amazon CloudFront service. You can find more information about our CDN support here and here.

By loading the external or CDN skins you will ensure that the editor will load its skin.

In addition, if this problem occurs only under Internet Explorer the most possible reason is that there are more than 31 CSS files registered on the page (including the ones registered by any controls). More detailed information and possible solution on this issue is available in the following blog post:
Internet Explorer CSS limits

Kind regards,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Gen
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or