Duplicated
Last Updated: 15 Mar 2024 07:33 by Fabien
Fabien
Created on: 12 Mar 2024 17:30
Category: FileManager
Type: Feature Request
2
Allow to enable or disable file manager's operations and features via boolean parameters

Greetings.

I was using the FileManager component for a project and wanted to disable some operations since in my use case, it must not be possible to do them. But I was surprized to notice that this apparently cannot be done. So I suggest to add boolean parameters that will allow to disable the following features:

  • new folder
  • renaming
  • searching
  • details pan
  • download
  • upload
  • delete

Of course, the goal here would be to render the user interface accordingly. E.g., if deletion is disabled:

  • remove the Delete entry in the right click menu
  • and never call the OnDelete event.
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
Fabien
Posted on: 15 Mar 2024 07:33

Hi Nadezhda,

That's perfect! Thank you.

ADMIN
Nadezhda Tacheva
Posted on: 14 Mar 2024 16:51

Hi Fabien,

The listed features are placed in different elements of the FileManager, so their availability will be managed in the corresponding element:

Toolbar

It contains the following of the listed operations:

  • new folder
  • searching
  • details pane
  • upload

As of our upcoming release in May, it will be possible to customize the Toolbar - you will be able to remove certain tools, change their position or even add your custom tools.

ContextMenu

The remaining listed options are located in a dedicated ContextMenu that the user can open on right-click of the file:

  • renaming
  • download
  • delete

We will also allow control over that ContextMenu but at this stage, I cannot provide information on when this feature will be released. I will mark the current request as a duplicate and you can follow the original item to get status updates - Customizable Context Menu (remove/add options).

Regards,
Nadezhda Tacheva
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!