This is a migrated thread and some comments may be shown as answers.

Delete button is disabled into ImageManager

4 Answers 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 17 Nov 2016, 02:57 PM

I use RadEditor in MasterPage and Delete button is disabled into ImageManager. I have ViewPaths, UploadPaths, and DeletePaths in server side.

Se attached image....

I get error:
Message 
System.Web.HttpException (0x80004005): This is an invalid webresource request.
at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 

 

<telerik:RadEditor ID="RadEditor1" RenderMode="Lightweight" Culture="sv-SE" StripFormattingOptions="All" ContentAreaMode="Div" ToolsFile="~/medlemsidor/minsida/presentation/Toolbar.xml" ExternalDialogsPath="~/EditorDialogs/" Width="578px" Height="400px" EditModes="Design" MaxHtmlLength="8000" runat="server" />

 

RadEditor1.ImageManager.MaxUploadFileSize = "10485760"
RadEditor1.ImageManager.SearchPatterns = New String() {"*.jpg", "*.png", "*.gif"}
RadEditor1.ImageManager.ViewPaths = New String() {"~/medlemsidor/pressbilder/" & UserFolder & "/bilder/"}
RadEditor1.ImageManager.UploadPaths = New String() {"~/medlemsidor/pressbilder/" & UserFolder & "/bilder/"}
RadEditor1.ImageManager.DeletePaths = New String() {"~/medlemsidor/pressbilder/" & UserFolder & "/bilder/"}
RadEditor1.ImageManager.EnableAsyncUpload = True
RadEditor1.ImageManager.ContentProviderTypeName = GetType(ChangeImageSizeProvider).AssemblyQualifiedName


4 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Nov 2016, 03:59 PM
Hi Kjell,

The reported problem is related to a bug in FileExplorer (the control used in the ImageManager) which is already handled in our code. The fix will be included in our up-coming release:
https://feedback.telerik.com/Project/108/Feedback/Details/204537

Please, accept our apologies for the caused inconveniences.

Regards,
Vessy
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
0
jan willem fransen
Top achievements
Rank 1
answered on 26 Jan 2017, 11:31 AM
I do not see this mentioned in the 2017.1.118 release notes. Is it fixed already in that release?
0
jan willem fransen
Top achievements
Rank 1
answered on 26 Jan 2017, 01:29 PM

Tested it myself, it is indeed fixed, although it is not mentioned in the release notes.

0
Rumen
Telerik team
answered on 26 Jan 2017, 11:20 PM

Thank you for reporting the missing item in the release notes. That has been fixed and the item is now available at http://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r1-2017-version-2017-1-118

Best regards,

Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Vessy
Telerik team
jan willem fransen
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or