Hi Jordan,
Yes, you can customize the dialogs appearance through the
DialogsCssFile property and yes, there is a known problem when this property is used with a custom skin:
The DialogsCssFile property breaks the appearance of a custom skin.
To fix the DialogsCssFile problem please explicitly set the
RenderMode property of RadEditor to "
Lightweight", i.e.
<telerik:RadEditor
RenderMode="Lightweight" DialogsCssFile="~/CustomSkinName/DialogContents.css" Skin="CustomSkinName" EnableEmbeddedSkins="false" ID="RadEditor1" runat="server" >
<ImageManager ViewPaths="~/" UploadPaths="~/" />
</telerik:RadEditor>
Best regards,
Rumen
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.