Unplanned
Last Updated: 13 Nov 2023 11:14 by Darryl
Created by: Darryl
Comments: 0
Category: FileManager
Type: Feature Request
1
Enable the option for moving an item to the root level.
Unplanned
Last Updated: 31 Aug 2023 14:51 by Aaron
Created by: Aaron
Comments: 0
Category: FileManager
Type: Feature Request
2

It will be nice for users to be able to copy/paste files in the FileManager. There is a context menu with remove and rename functionality, it could be good to add to this context menu the ability to copy and paste certain files


Unplanned
Last Updated: 20 Apr 2022 08:21 by ADMIN
Created by: Cheese
Comments: 1
Category: FileManager
Type: Feature Request
2

Make columns in FileManager resizable in MVC-Wrapper.

Filename, Size and Date have the same width, but the columns for Size and Date do not need so much.

Unplanned
Last Updated: 06 Jan 2022 08:38 by ADMIN
Created by: Mergen
Comments: 0
Category: FileManager
Type: Feature Request
1
Access the folder file data when the navigate event is fired. 
Completed
Last Updated: 26 Oct 2020 07:55 by ADMIN

Currently, if we move files/folders from one folder to another, the FileManager sends two requests to the backend - Create and Destroy. The Create method is called to "create"  the files in their new destination and the Destroy method removes the files from their previous location. 

The two methods are executed independently and the results from each of them don't affect the result of the other. There are scenarios in which when we move files, the Create call can fail or be prevented because of limited user rights, but the Destroy method will be executed resulting in files' deletion. The same is applicable in scenarios where the Destroy is unsuccessful. 

It will be a very useful FileManager feature if there is a relation in the Create and Destroy methods' execution.

 

Unplanned
Last Updated: 17 Aug 2020 12:08 by ADMIN
Created by: Carlos
Comments: 0
Category: FileManager
Type: Feature Request
3

If you got to this demo https://demos.telerik.com/aspnet-mvc/filemanager and create a nested folder it is not possible to drag it to root level later on.

Please provide support for drag and drop functionality to root level.

Unplanned
Last Updated: 20 Feb 2020 18:54 by ADMIN
Created by: Muhammad
Comments: 0
Category: FileManager
Type: Feature Request
1

I'd like to request the inclusion of source code for CRUD operations in the FileManagerDataController for MVC and Core. 

Thanks!