A JavaScriptError is thrown when FileExplorer with enabled AsyncUplaod is used for multiple files uploading in IE. The message of the error is: JavaScript runtime error: Object doesn't support property or method 'get_allowMultiRowSelection' Steps to reproduce: 1. Open http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/asyncupload/defaultcs.aspx in IE10 2. Open the FileExplorer's Upload dialog 3. Select 2 or more files for upload 4. Click the Upload button Result: A JavaScript error is thrown.
When an image in the list view of FileExplorer is dropped outside the dialog, a duplicate of this image is stuck to the cursor. After selecting another image, the ghost image remains and overlays the upload window. Follow the attached clip. Steps to reproduce: 1. Open FileExplorer in Thumbnails mode (or open Editor's Image Manager); 2. Select an image and start dragging it; 3. Drop it outside the dialog; 4. Observe the ghost image on the cursor; 5. Select another image; Result: The ghost image is not removed and overlays another dialogs.
If the AsyncUpload control is enabled in the FileExplorer when and the user uploads more that 1 file, the FileExplorer throws a JavaScript error with the following message: TypeError: this.control.get_allowMultiRowSelection is not a function
Such property will allow the developer to choose whether the warnings will be displayed as RadAlerts or standard browser alerts. In this way the built in WindowManager could be user for showing RadAlerts.
Configuration property of FileExplorer is not expandable in DesignTime PropertiesWindow, so its properties cannot be configured. screenshot - http://screencast.com/t/tdkcjzauLWK
Cannot expand configuration on properties panel
Please consider adding file editing into the RadFileExplorer (could leverage CodeMirror). Would be a great help to sitefinity to be able to edit the css or less directly on the fly in the fileexplorer.
No matter what the current page index is, get_currentPageIndex() will return zero if FileExplorer is used in Thumbnails mode.
Uploading a file when ExplorerMode is set to FileTree causes a JavaScript error in FileExplorer. The same error is thrown in case the there is a value, set to the FileExplorer's InitialPath property.
When two FileExplorers, used in ThumbnailsView mode, are added to a page from a user control, the navigation through the trees of both FileExplorers updates the ListView of the first explorer. video: http://screencast.com/t/9HYpIxNRznZ
Cross folder searching/filtering please.
FileExplorer built-in features I would like to see: 1. Support for UNC paths so that the root folder may be located in a network share as opposed to a folder under the application folder. 2. Support for sub-pathing so that it can be dynamically programmed to support direct display of target folder without having to navigate to the target folder 3. Built-in Delete function to complement the built-in Upload function 4. Optional display of checkbox column to allow for multiple selection for items to be Deleted or Downloaded 5. Built-in Progress Bar for Upload and Download functions
Add configurable option to create a thumbnail for uploaded image and use it in the thumbnail preview mode if one is available
have found similar issue : http://www.telerik.com/support/pits.aspx#/details/Issue=5296 which look like has been fixed, but unfortunately for following case it doesn't: We still have performance issue, in following situations: - when content root folder contains few (1-5) subfolders - one of subfolder contains lot of (200-500) sub-subfolders then first time RadFileExplorer loading to long (aproximatelly 3-5min). after some researching has been found that problem in the method: private bool HasSubFolders(string virtualPath); which instead of simply check that folder isn't empty (exist any one file or directory) always construct complete version of the subtree (in the example above - subtree contains 200-500 subfolders, each of them checking for content, permission etc - that is why it takes time). Probable to check that node HasSubFolders, RadFileExplorer could execute new virtual method of the FileSystemContentProvider bool HasSubFolders. In that case: FileSystemContentProvider (or inherited classes) will decide that Folder contains SubFolders.
Upload dialog layout is broken in iPad Steps to reproduce: 1. Navigate to http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx ; 2. Open the upload dialog.
Provide the ability to drag/drop files into the Treeview/GridView of RadFileExplorer and automatically upload them. Currently this option is offered only over the RadAsyncUpload area inside the Upload dialog of RadFileExplorer.