Hello.
I have a couple issues.
Please note: The explorer mode is FileTree.
1. I can't delete folders from the tree with the client method
deleteItem(path, type) (
http://www.telerik.com/help/aspnet-ajax/radfileexplorer-client-side.html). In my
FileBrowserContentProvider method
DeleteDirectory receives a wrong path (for example: if I make a call with path "28", I receive "8" in the method; if with path "29", I receive "9"). I temporarily use client method
deleteSelectedItems() but
don't work.
2. I can't delete files from the file tree. I call
deleteSelectedItems() for the file but another method (
DeleteDirectory) is called from
FileBrowserContentProvider with the parent path of the folder instead of the method
DeleteFile. I can't delete files from the file tree without my
FileBrowserContentProvider either.
Thanks.