Dojo example.
The file in the selected folder is displayed as "undefined"
The file data is properly retrieved and displayed.
A workaround is available in this dojo example: https://dojo.telerik.com/ORImIvaC
Reproducible in the demos.
The breadcrumb does not update with the new folder name. Note that if you select another folder (e.g. Documents) after renaming Images and navigate back to the renamed folder the breadcrumb properly displays its new name.
The change in the folder name is reflected in the breadcrumb.
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
Dear,
In the filemanager we can use the icon property in the toolbar.
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.
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
Dojo example.
The following js exception is thrown: VM187678 kendo.all.min.js:114 Uncaught TypeError: Cannot read property 'loaded' of undefined
Navigation occurs without an exception.
This one is a bit complex:
Any "delete" operation can be replaced by a "rename" operation, and the result is the same.
The problem does not happen at root level. I don't know if it's because it's the root levels, or because the elements are directories.
Context: my communication with the back-end is wrapped in a library, that handles the xhr requests and if needed, throws a custom exception. My transport is therefore made of functions. The sample below simulates getting an error from that library.
Demo: https://dojo.telerik.com/@GaloisGirl/ayEpOKOQ/2
Actual result:
I'd like to add a "download" option to the context menu, but only for files, not folders.
Here's what I have so far: https://dojo.telerik.com/@GaloisGirl/iLoHIhoh
According to https://docs.telerik.com/kendo-ui/controls/data-management/filemanager/context-menu:
You can define your custom items which can execute custom commands
However, no option allows me to configure my own commands.
I managed to hack this: https://dojo.telerik.com/@GaloisGirl/iLoHIhoh , but it's an ugly solution.
Fails silently. The folder disappears from both views.
The renamed folder is shown as renamed in the TreeView, but the ListView or GridView hangs.
If I'm doing something wrong, an example of proper back-end error handling would be helpful.
The filemanager provides no way to open file by keyboard: "enter" renames a file and "space" selects it.
According to https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager/events/open files can be opened by double-click.
Reproduction:
The views.tree option is undocumented on https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager/configuration/views.tree
The example fails with error:
Error: Error! The requested URL returned 0 - error at line 114
It's also unclear whether "tree" is a 3rd view in parallel to "list" and "grid" as the drop-down on https://demos.telerik.com/kendo-ui/filemanager/api would suggest (and if that is the case, how to enable this as an option in the toolbar) or whether it relates to the treeView of folders on the side.
As can be seen on the screenshot on https://www.telerik.com/support/whats-new/kendo-ui :