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

Editor using 'Material' skin issue

2 Answers 108 Views
Editor
This is a migrated thread and some comments may be shown as answers.
lan luo
Top achievements
Rank 1
lan luo asked on 05 Jul 2017, 03:52 PM

Hi Telerik Team,

 

I created a web control which add RadEditor in it and I set editor as "Material" skin and RenderMode = LightWeight, It works fine on editor main control but doesn't work on all manager dialogs. The dialog displays "Telerik.Web.UI.RadUpload with ID='upload1' was unable to find an embedded skin with the name 'Material'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false."  You can check detailed information in attachment.

 

Do you have any idea what's going on here?

 

Thanks in advance,

Lan

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 05 Jul 2017, 04:05 PM
Hi Lan,

RadUpload is obsolete and does not support the Material skin. That's why you have to enable RadAsyncUpload in RadEditor dialogs which will solve the issue:

<telerik:RadEditor ImageManager-EnableAsyncUpload="true" DocumentManager-EnableAsyncUpload="true" ...

Kind regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
lan luo
Top achievements
Rank 1
answered on 05 Jul 2017, 05:02 PM
Thank you Rumen. It works!
Tags
Editor
Asked by
lan luo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
lan luo
Top achievements
Rank 1
Share this question
or