Hello there.
We are using RadControls for ASP.net ajax Q2 and have encountered the following problems.
1 - We cannot remove the default page css file classes from the ApplyCSS dropdown. Even introducing an external stylesheet (see below) does nothing.
We are using RadControls for ASP.net ajax Q2 and have encountered the following problems.
1 - We cannot remove the default page css file classes from the ApplyCSS dropdown. Even introducing an external stylesheet (see below) does nothing.
<telerik:RadEditor ID="RadEditor1" runat="server">
<CssFiles>
<telerik:EditorCssFile Value="~/App_Themes/content/default.css" /> </CssFiles>
<telerik:RadEditor>
This retains the default page css and does not include the desired css from "~/App_Themes/content/default.css". The only way to get the classes from "~/App_Themes/content/default.css" to appear is by adding the stylesheet as the ContentAreaCSSFile. Howver, this removes some desired styling of the native editor formatting (notably when working with tables) AND the classes from the pages style sheets are still present.
I have a lot of your example and tutorials on this but am getting nowhere.
Regards,
Darren.