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

RadEditor Does Not Combine in Custom Skin DLL

3 Answers 58 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
MGrassman
Top achievements
Rank 2
MGrassman asked on 12 Apr 2010, 10:55 PM
I have been using a custom dll for the skin registration and all has been working well until I tried to add teh RadEditor to my page.

The skin doesn't seem to get added to the WebResourceFile when I look at it in fiddler.  All the other controls work just fine.

Any suggestions.

Attached is my skin project layout.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 13 Apr 2010, 05:13 PM
Hello,

All controls share the same common skinning mechanism, so RadEditor shouldn't be different. Can you, please, check the skin registration in RadStyleSheetManager and make sure EnableEmbeddedSkins is set to false on RadEditor. I hope this helps..

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
MGrassman
Top achievements
Rank 2
answered on 13 Apr 2010, 07:04 PM
I had this set in the web config but to make sure I set it in the actual editor itself and no skin still.

Any other thoughts?
0
T. Tsonev
Telerik team
answered on 14 Apr 2010, 08:59 AM
Hi,

In this case its likely that the skin is not properly registered with RadStyleSheetManager. Check for typos in the skin name. The combined script file (Telerik.Web.UI.WebResource.axd) will contain /* ERROR */ comments for any resources that were not loaded successfully. This can give you some clues as well.

Greetings,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ScriptManager and StyleSheetManager
Asked by
MGrassman
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
MGrassman
Top achievements
Rank 2
Share this question
or