Unplanned
Last Updated: 17 Apr 2020 07:40 by ADMIN
Created by: ColinBlakey
Comments: 0
Category: FileManager
Type: Feature Request
8
When you are looking at a folder structure in file manager. Typing a Filename and only searching at the current folder seems contradictory to normal search behavior which traverses both the current folder and sub folders to find that name. Can we add a search methods that calls the API to search.
Unplanned
Last Updated: 02 Feb 2021 06:59 by ADMIN
Created by: Stéphane
Comments: 0
Category: FileManager
Type: Feature Request
4
Please expose an autoBind configuration option for the Filemanager, similar to the other dataSource bound components, so it is possible to control whether to bind the widget to the data source on initialization or not.
Unplanned
Last Updated: 12 Mar 2020 06:19 by ADMIN
Created by: Extreg
Comments: 3
Category: FileManager
Type: Feature Request
2

Dear,

We are trying to make the FileManager compatible with mobile.
Could there be extra configuration so it hides certain properties of widgets?

An example if mobile:

- Hide the text in the Toolbar
- Hide the TreeView
- Optional hide the search bar and details options

Or are there other possibilities on the roadmap?

Kind regards,
ITwIT

 

Unplanned
Last Updated: 08 May 2020 15:17 by ADMIN
Created by: Dorothy
Comments: 0
Category: FileManager
Type: Feature Request
2

I'd like to request the ability to hide and display certain files.  For example, hide all pdfs, but show docx files.

Thanks!

Unplanned
Last Updated: 11 Aug 2020 07:26 by Fabrizio
Created by: Fabrizio
Comments: 0
Category: FileManager
Type: Bug Report
2

Bug report

Reproduction of the problem

  1. Reproducible in the demos: https://demos.telerik.com/kendo-ui/filemanager/index
  2. Type in "Doc" in the FileManager's search input
  3. Double-click the Documents folder
  4. Clear the search input
  5. Click the Home icon in breadcrumb

Current behavior

The FileManager shows only the Documents folder

Expected/desired behavior

The FileManager shows all folders on root level (Documents and Images)

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 17 Feb 2020 09:29 by ADMIN
Created by: Extreg
Comments: 1
Category: FileManager
Type: Feature Request
1

Dear,

 

In the filemanager we can use the icon property in the toolbar.

toolbar.items.icon String

Sets icon for the item. The icon should be one of the existing in the Kendo UI theme sprite.

 

Is it possible to implement this also for the context menu now it uses next property.

contextMenu.items.spriteCssClass String

Specifies the spriteCssClass of the item.

 

It's easier to make use of the icon class then the spriteCssClass.
Is this a possible feature?

Kind regards,
ITwIT

 

Unplanned
Last Updated: 20 May 2020 12:28 by ADMIN
Created by: ColinBlakey
Comments: 1
Category: FileManager
Type: Feature Request
1
The search field is more like a real time filter in that you can start typing a filename and it limits the files to those starting with the specific characters. But it fails in search if I start with something like *.csv i.e. find all csv files or if I have files like Text.V1.csv as soon as a get to the first period it fails.  So it's not really a search. CAn this be changed to handle wildcards, periods, etc.
Unplanned
Last Updated: 08 Feb 2021 15:52 by ADMIN

Feature Request

The tooltip for the ListView button (ListView) in the FileManager is misleading. Consider renaming it to "thumbnails" or less confusing text. Currently, it leads to the impression that the items would be represented as normal list instead of as items in the ListView widget.

Expected/desired behavior

Less confusing text should be used for tooltip for the ListView button.

Unplanned
Last Updated: 25 Aug 2021 14:47 by Luca

Bug report

When a node in the TreeView of a Kendo UI FileManager is selected, then the parent node is collapsed, and re-expanded, the selection is removed.

Reproduction of the problem

  1. Go to the following Progress Kendo UI Dojo.
  2. Expand the Root node
  3. Select Folder Inner 1
  4. Collapse Root
  5. Re-expand Root

Current behavior

The selected node within a parent after collapsing and expanding will lose its selection. Here is a screencast of the above in action.

Expected/desired behavior

The selection should persist even upon expanding/collapsing parent nodes.

Environment

  • Kendo UI version: 2021.2.616
Unplanned
Last Updated: 18 Nov 2022 13:52 by ADMIN

Moving files MORE than one level upwards in a folder hierarchy is bugged.

If you have a nested folder hierarchy like this:

folder1

          folder2

                   folder3

1. moving a file from folder1 to folder2 works.

2. moving a file from folder2 to folder1 works.

3. moving a file from folder1 to folder3 works.

4. moving a file from folder3 to folder1 is BUGGED.

I have the issue in my code, but I also tested it in your demo site and it has the same problem.

https://demos.telerik.com/kendo-ui/filemanager/index

I have uploaded a screen dump of the error output from Chrome.

It is in or after the DataBinding event (Comming from Create action), the the error occurs, thus causing the Delete action and refresh of the UI to never occur.

The bug occurs in both Chrome and IE Edge.

Please fix the bug.

Unplanned
Last Updated: 21 Apr 2023 07:55 by ADMIN

For the future it would be nice if a separate "move" endpoint was optionally available since many of us tend to use virtual filesystem layouts instead of real filsystems.

That said, I used the advice here to setup my own custom handling for file moves:

FileManager - Detect move vs copy in UI for ASP.NET MVC | Telerik Forums

If I preventDefault, I can only do 1-2 moves before I am then unable to navigate the folders anymore through either column. If I allow it to propogate and fire off the create and destroy request (my serverside functions ignore these as invalid), the navigation continues to work.

Can you suggest what events I can maybe fire manually to trigger success without making the create and destroy request, or suggest another way to fix this issue?

My move handler:


function onexecute(e) {
        if (e.command == "MoveCommand") {

            var d = {
                'items' : e.options.items,
                'targetfolder' : e.options.target
            };

            $.post('/Data/Gallery_move?aid=@Model.Asset.ID', d)/*, function(data){
            });*/
            
            //e.preventDefault();
        }
    }

Unplanned
Last Updated: 16 May 2024 15:10 by Peter
Created by: Peter
Comments: 0
Category: FileManager
Type: Bug Report
1

Bug report

When using the trackpad for a laptop, the tap event does not fire when selecting files in the Kendo UI FileManager.

Reproduction of the problem

  1. Go to our Events Live demo
  2. Using a laptop's trackpad, try to select a file.

Current behavior

The tap event will not fire the Select event.

Expected/desired behavior

The tap event should fire the Select event.

Note

This event does fire for a physical mouse click, and with the touch event on a mobile device.

Environment

Unplanned
Last Updated: 18 Feb 2020 09:44 by Stig

Bug report

Reproduction of the problem

Dojo example.

  1. Click on "Folder" in the treeview

Current behavior

The file in the selected folder is displayed as "undefined"

Expected/desired behavior

The file data is properly retrieved and displayed.

A workaround is available in this dojo example: https://dojo.telerik.com/ORImIvaC

Environment

  • Kendo UI version: 2020.1.114
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 25 Feb 2020 08:33 by ADMIN
Created by: Lorenzo
Comments: 1
Category: FileManager
Type: Bug Report
0

Hi,

I've tried to configure resizable columns in File manager grid like in the following 

sample

It works, but I got a confirm popup panel when I try to resize ...

What's wrong ..??

 

Thanks

Unplanned
Last Updated: 04 Dec 2020 10:34 by ADMIN
Created by: Anna
Comments: 1
Category: FileManager
Type: Bug Report
0

Follow steps in sample at https://dojo.telerik.com/@GaloisGirl/OJUPoYOY/8

  • Actual result: the call to "create" has no information that the new folder should be created in "folder 1"
  • Expected result: the call to "create" should contain information about the path, for my back-end to create an entry in the correct place

Probably related to https://feedback.telerik.com/kendo-jquery-ui/1473893-filemanager-no-path-passed-to-datasource-read-method / https://github.com/telerik/kendo-ui-core/issues/5890

Unplanned
Last Updated: 04 Dec 2020 10:57 by ADMIN
Created by: Anna
Comments: 1
Category: FileManager
Type: Bug Report
0

As of version  "@types/kendo-ui": "2020.3.0":

FileManager methods: path, view, getSelected, getSize have return type void, which is a pain to handle since it can't even be cast to bool.

FileManager method navigate doesn't accept params, should accept string 'path'.

FileManager method executeCommand doesn't accept params, should accept as per https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager/methods/executecommand .

FileManagerContextMenu interface is missing all event handlers: close, open, activate, deactivate, select.

The following are not exposed:
- kendo.data.schemas
- kendo.ui.filemanager.commands

 

 
Unplanned
Last Updated: 25 Dec 2020 11:05 by ADMIN
So my filemanager on page load, loads the root directory.  I I wish to call the method navigate(folderpath) for a subfolder (https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager/events/navigate) but it does not work because I haven't loaded that subfolder yet using the normal navigation methods provided directly by the filemanager.  The navigate call does not call read on the datasource the same as clicking on a folder does in filemanager.  Hence I get the error cannot get loaded property of undefined or null ref.
Unplanned
Last Updated: 25 Mar 2021 11:13 by Ankit

Bug report

In mobile devices, when a nested folder is renamed in the FileManager, the parent folder is displayed in the dialog for renaming.

Reproduction of the problem

  1. Open our Demos and choose a mobile device in the emulator
  2. Create a nested folder and try to rename it.

Current behavior

The parent folder name is displayed in the dialog for renaming. The parent folder is renamed after saving (screencast)

Expected/desired behavior

It should be possible to rename nested folders on mobile devices.

Environment

  • Kendo UI version: 2021.1.224
  • Browser: [ all ]
Unplanned
Last Updated: 04 May 2021 07:22 by Guilherme

Bug report

Calling the loaded method on a FileEntry instance does not reset the loaded flag.

function onNavigate(e) {
            var filemanager = e.sender;
            var path = e.path;
            var entry = filemanager.dataSource.get(path);
            if (entry.loaded()) {
                entry.loaded(false);
            }
        }

Reproduction of the problem

  1. Run this dojo
  2. On the TreeView section of the Filemanager navigate to both folders, so the contents of the folders are loaded
  3. Navigate between the Folders using the TreeView and note the loaded flag is not reset

Current behavior

Calling entry.loaded(false); does not reset the loaded flag of a FileEntry instance.

Expected/desired behavior

Calling entry.loaded(false); should reset the loaded flag of a FileEntry instance.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all]
Unplanned
Last Updated: 17 Feb 2022 12:35 by Jake

Bug report

In FileManager read request is triggered twice when navigating to a parent folder that has a nested folder. The issue does not occur if the folder contains only files without a nested folder.

Reproduction of the problem

  1. The issue can be replicated if a nested folder is created in the demo service. The screencast here demonstrates the issue.

Current behavior

Two identical requests are sent when the parent folder is selected.

Expected/desired behavior

There should be a single request when navigating to a parent folder, even if it has a nested child folder.

Environment

  • Kendo UI version: 2022.1.119
  • Browser: [all ]
1 2