I have tried to follow the example on the website but still it doesnt work.
I have the following code:
<telerik:RadEditor ID="RDHtmlEditor" EditModes="All" runat="server" Width="750px"
Height="700px" EnableResize="False">
<ImageManager ViewPaths="~/Attachment/Editor" UploadPaths="~/Attachment/Editor" DeletePaths="~/Attachment/Editor"
MaxUploadFileSize="104857600" />
<DocumentManager ViewPaths="~/Attachment/Editor" UploadPaths="~/Attachment/Editor"
DeletePaths="~/Attachment/Editor" MaxUploadFileSize="104857600" />
<FlashManager ViewPaths="~/Attachment/Editor" UploadPaths="~/Attachment/Editor" DeletePaths="~/Attachment/Editor"
MaxUploadFileSize="104857600" />
<MediaManager ViewPaths="~/Attachment/Editor" UploadPaths="~/Attachment/Editor" DeletePaths="~/Attachment/Editor"
MaxUploadFileSize="104857600" />
<TemplateManager ViewPaths="~/Attachment/Editor" UploadPaths="~/Attachment/Editor"
DeletePaths="~/Attachment/Editor" MaxUploadFileSize="104857600" />
<CssFiles>
<telerik:EditorCssFile Value="~/App_Themes/RabatstedetPublicTheme/StyleSheetPublic.css" />
</CssFiles>
<Content>
</
Content>
</telerik:RadEditor>