Hey ,
I have a .NET 4 web application using Telerik ASP.NET Ajax UI Controls library.
In some pages in my web application Im trying to use RadEditor.
I add this tag to my page :
I add the register rule to my page :
When i load my page the editor is totally broken (see the attached screenshot).
Now I tried anything like add httpHandlers to web.config and add CssFiles tag to the RadEditor tag.
I change some settings in the ConfigFile.xml of the RadEditor and nothing happened , its like the application not aware to the config file or any other css resources of the RadEditor component.
I really need to figure this out ASAP.
Thanks.
I have a .NET 4 web application using Telerik ASP.NET Ajax UI Controls library.
In some pages in my web application Im trying to use RadEditor.
I add this tag to my page :
<telerik:RadEditor id="radBody" runat="server" ContentAreaMode="Div" />I add the register rule to my page :
<%@ Register TagPrefix="rad" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>When i load my page the editor is totally broken (see the attached screenshot).
Now I tried anything like add httpHandlers to web.config and add CssFiles tag to the RadEditor tag.
I change some settings in the ConfigFile.xml of the RadEditor and nothing happened , its like the application not aware to the config file or any other css resources of the RadEditor component.
I really need to figure this out ASAP.
Thanks.