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.
Run sample at https://dojo.telerik.com/@GaloisGirl/axacOhOC and click "New Folder".
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.
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 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.