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

in image manager delete button (next to create directory) is not visible

3 Answers 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
nyad
Top achievements
Rank 1
nyad asked on 18 Nov 2010, 11:42 AM
I am working with the latest telerik editor (Q3 release). so far every control in my project is upgraded successfully. but in image manage in the editor, the delete button is not visible. I was able to add create directory button from the provider (DBContentProvider) by returning true from CanCreateDirectory property and overloading  the CreateDirectory() method. is there any similar property for adding delete button?

Thanks.

3 Answers, 1 is accepted

Sort by
0
nyad
Top achievements
Rank 1
answered on 18 Nov 2010, 11:55 AM
this is now sorted

thanks
0
Dobromir
Telerik team
answered on 18 Nov 2010, 02:43 PM
Hi Nyad,

We are glad that you were able to solve the problem. Could you please share the solution with the community?

Greetings,
Dobromir
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
nyad
Top achievements
Rank 1
answered on 22 Nov 2010, 10:45 AM
I set the following property of the editor control

ImageManager.DeletePaths = "/"

this displays the delete menu in the image manager, also we need to override DeleteDirectory method of the provider class inherited from FileBrowserContentProvider, which is used to delete the directory.

Thanks,
nyad
Tags
Editor
Asked by
nyad
Top achievements
Rank 1
Answers by
nyad
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or