Unplanned
Last Updated: 14 Oct 2022 10:53 by ADMIN
I would like to be able to add a DropDownList or other HTML in the Upload Dialog. 
Duplicated
Last Updated: 08 Feb 2024 08:51 by ADMIN
Created by: Wolf-Günter
Comments: 2
Category: FileManager
Type: Bug Report
5
If the FileManager is nested inside an EditForm or a TelerikForm, it will trigger exceptions. Some of the nested components in the FileManager will require a ValueExpression, as if they are related to the form's EditContext.
Unplanned
Last Updated: 16 Aug 2022 09:40 by Dave
Created by: Dave
Comments: 0
Category: FileManager
Type: Feature Request
4
I want to be able to set the desired custom icon depending on the file type.
Unplanned
Last Updated: 13 Jan 2023 11:22 by ADMIN
Created by: Meindert
Comments: 1
Category: FileManager
Type: Feature Request
9
I want to be able to control when the ContextMenu is displayed. For example, I want to prevent it from opening based on my custom logic.
Completed
Last Updated: 17 Aug 2022 15:26 by ADMIN
Release 3.6.0 (14 Sep 2022) (R3 2022)
If you navigate to a deep hierarchy of subfolders the breadcrumb items in the file manager throw stack overflow exception. 
Unplanned
Last Updated: 05 Aug 2022 08:19 by Meindert
Created by: Meindert
Comments: 0
Category: FileManager
Type: Feature Request
5
Please expose an option to customize the appearance of the thumbnails. I'd like to change the icons of the files/folders in the content visualization pane.
Completed
Last Updated: 13 Oct 2023 08:21 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
Created by: Meindert
Comments: 0
Category: FileManager
Type: Bug Report
4

When the FileManager is placed in a Window/Dialog, the ContextMenu does not open.

---

ADMIN EDIT

---

Essentially, the ContextMenu is rendered but appears behind the Window/Dialog and thus it is not visible. The issue is z-index related and a possible workaround is to increase the z-index of the ContextMenu to ensure it will be visible.

Example: https://blazorrepl.telerik.com/ccuWuIuM51LP1T4559

Unplanned
Last Updated: 02 Aug 2022 07:03 by ADMIN
Created by: Philip
Comments: 0
Category: FileManager
Type: Feature Request
13

Possible to add in the FileManager preview pane, a preview of the actual file, if the file type is simple; i.e. image or video (or pdf); or provide functionality to add preview.

 

Cheers

Phil

Completed
Last Updated: 19 Apr 2023 07:28 by ADMIN
Release 4.2.0 (04/26/2023)

Sorry to bother you, but we found a problem when using the FileManager control. When you are in a directory hierarchy Home > Dir1 > DirA > DirX > DirY and you want to navigate to the parent directory say DirX using the breadcrumb, clicking on DirX, FileManager sends you to the root directory. I hope you can help me.

If there are a lot of child folders, the Breadcrumb navigation does not work correctly. The current directory does not respond to the selected one.

Completed
Last Updated: 16 Jan 2023 10:05 by ADMIN
Release 4.0.0 (18 Jan 2023) (R1 2023)
Created by: Comercializadora Paxia
Comments: 0
Category: FileManager
Type: Bug Report
2

The FileManager is not showing icons for video files, e.g. mp4. The icon's CSS class is k-i-video, but it may need to be k-i-file-video.

The workaround is to apply the k-i-file-video icon to k-i-video:

CSS

.k-i-video::before {
  content: "\e93b";
}

Unplanned
Last Updated: 28 Nov 2022 10:16 by James
Created by: Anish
Comments: 1
Category: FileManager
Type: Feature Request
17
I would like to have a custom click event handler for File/Folder in File Manager.
Unplanned
Last Updated: 30 Jun 2022 05:20 by n/a
Created by: n/a
Comments: 0
Category: FileManager
Type: Feature Request
19
I would like to use the OnExpand and OnCollapse events in the TreeView segment of the FileManager. 
Unplanned
Last Updated: 02 Aug 2024 13:46 by ADMIN
Created by: Rahul
Comments: 3
Category: FileManager
Type: Feature Request
24
Currently, the built-in PreviewPane of the FileManager cannot be modified to include additional information such as new fields or formatting.
Unplanned
Last Updated: 08 Jun 2022 12:28 by Rahul
Created by: Rahul
Comments: 0
Category: FileManager
Type: Feature Request
7
Expose the option to apply sorting to the columns of the FileManager's Grid.
Unplanned
Last Updated: 16 Apr 2025 10:36 by ADMIN
Created by: Rahul
Comments: 3
Category: FileManager
Type: Feature Request
25
Currently, the FileManager Grid has 3 columns -  Name, Date Created, and File Size. I would like to be able to customize them, i.e. add/remove columns
Completed
Last Updated: 16 Feb 2024 08:10 by ADMIN
Release 2024 Q2 (May)
Created by: Rahul
Comments: 5
Category: FileManager
Type: Feature Request
27
Currently, the thumbnail view is the default for the FileManager. I would like to be able to show the grid/listview view by default.
Completed
Last Updated: 02 Jun 2023 08:23 by ADMIN
Release 4.3.0 (06/07/2023) (R2 2023)
Created by: Andrew
Comments: 3
Category: FileManager
Type: Feature Request
23

Hello,

Nice work on the FileManager component, this will be incredibly useful. I would like to use this control in an Open File Dialog and the only thing I'm missing to support that is what is the selected item in the listview. If I could bind that selection then I could enable/disable my Ok button and provide the selected item(s) when the user hit's ok. Is there a way to access this information?

Thanks,

-Andy

Unplanned
Last Updated: 14 May 2024 08:47 by ADMIN
Created by: Kees
Comments: 3
Category: FileManager
Type: Feature Request
17

The need to right-click a file to be able to download it is a bit less intuitive.

I would like to be able to download a file by double-clicking it, or, more generic, to be able to add a double click handler so I can decide what to do with it.

Completed
Last Updated: 02 Apr 2024 11:54 by ADMIN
Release 2024 Q2 (May)
Created by: Kees
Comments: 3
Category: FileManager
Type: Feature Request
42
The ability to choose which buttons (options) to show in the toolbar.
Unplanned
Last Updated: 28 May 2024 07:35 by ADMIN
Created by: Kees
Comments: 3
Category: FileManager
Type: Feature Request
41
The ability to choose which options to appear in the ContextMenu.