Hey,
Ive seen the posts that solve this problem all over the place, and read them and implemented the suggestions to try and get the editor working to be enabled but no luck
The ImageManager button is enabled but the manager itself has all its buttons "greyed out".
I'm pretty certain I've set up the manager correctly, and I have set the right permissions in iis and on the folder itself.
Here is the code relating to the problem:
-------------------------------------------------------------------------------
<telerik:RadEditor ID="form_htmleditor" runat="server" Skin="Telerik" Width="750px" Height="300px" EditModes="Design, Html" NewLineBr="true">
<ImageManager UploadPaths="~/uploads/media/image/" DeletePaths="~/uploads/media/image/" ViewPaths="~/uploads/media/image/" EnableImageEditor="true" SearchPatterns="*.jp" />
<Tools>........
-------------------------------------------------------------------------------
Thanks for taking a look.
Ive seen the posts that solve this problem all over the place, and read them and implemented the suggestions to try and get the editor working to be enabled but no luck
The ImageManager button is enabled but the manager itself has all its buttons "greyed out".
I'm pretty certain I've set up the manager correctly, and I have set the right permissions in iis and on the folder itself.
Here is the code relating to the problem:
-------------------------------------------------------------------------------
<telerik:RadEditor ID="form_htmleditor" runat="server" Skin="Telerik" Width="750px" Height="300px" EditModes="Design, Html" NewLineBr="true">
<ImageManager UploadPaths="~/uploads/media/image/" DeletePaths="~/uploads/media/image/" ViewPaths="~/uploads/media/image/" EnableImageEditor="true" SearchPatterns="*.jp" />
<Tools>........
-------------------------------------------------------------------------------
Thanks for taking a look.