Completed
Last Updated: 24 Mar 2023 15:19 by ADMIN
Release R1 2023 SP1

TreeView context menu remains visible when a permission alert is shown. I should be hidden like the Grid contect menu is.

Video:

https://screencast-o-matic.com/watch/crlYQMV2dzP

Steps to reproduce:

1. Copy a file from the Grid in RadFileExplorer

2. Right click over the same directory in the TreeView and select Paste

Result:

 

Unplanned
Last Updated: 15 Sep 2022 14:26 by ADMIN
Created by: Van
Comments: 8
Category: FileExplorer
Type: Bug Report
2
The folder pane scrolling position is not persisted when the first child folder is selected.
 
 
Steps to reproduce:
1. Open https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx
2. Add several folders to the last node
3. Scroll down to the bottom and select the first child folder of the last node
 
Result: The tree is scrolled to top.
Completed
Last Updated: 21 Jun 2022 14:56 by ADMIN
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.
Completed
Last Updated: 21 Jun 2022 10:05 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: FileExplorer
Type: Feature Request
0
Steps to reproduce:

http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx

       1.  Delete Flower3.jpg
       2.  Rename Flower5 to Flower3

Actual: The image with Flower3 name has changed to the one which was deleted
Completed
Last Updated: 19 Apr 2022 17:07 by ADMIN
Created by: Roger
Comments: 4
Category: FileExplorer
Type: Feature Request
6
Cross folder searching/filtering please.
Unplanned
Last Updated: 12 Apr 2022 11:41 by ADMIN
If the FileExplorer is located inside a container with position "absolute" or "fixed" the Scrolling mechanism breaks.
Unplanned
Last Updated: 22 Mar 2022 13:04 by Swapnil
Created by: Swapnil
Comments: 0
Category: FileExplorer
Type: Bug Report
0

It is not possible to select a Toolbar item in RadFileExplorer on Enter press if the control is used in Lightweight render mode.

Steps to reproduce:

1. Open https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/keyboardsupport/defaultcs.aspx

2. Press "Ctrl+f2" to focus RadFileExplorer

3. Press "Shift+1" to focus its toolbar

4. Use the Arrow keys to navigate between to Toolbar items

5. Press Enter over a button (e.g. Upload)

Result: The command is not triggered

 

Workaround: The issue is not reproducible in Classic render mode.

Unplanned
Last Updated: 17 Mar 2022 16:19 by Swapnil

It is not possible to navigate between ContextMenu items with the arrow keys when the Keyboard support is enabled.

The ThreeView remains the focused element even after the ContextMenu is shown and using the arrow keys navigates through the tree nodes instead of the ContextMenu items.

Steps to reproduce.

  1. Click somewhere on the page and press "F" for focus FileExplorer
  2. Press "T" to focus TreeView
  3. Press "C" to show tree context menu
  4. Pres Up/down arrow to navigate through the context menu items

Result: The navigation occurs in the three instead of the Context menu

            <telerik:RadFileExplorer ID="RadFileExplorer1" Height="380px" Width="750px"
                AllowPaging="false" EnableCopy="true" runat="server">
                <Configuration EnableAsyncUpload="true" SearchPatterns="*.*" UploadPaths="~/Images/" DeletePaths="~/Images/" ViewPaths="~/Images/"></Configuration>
            <KeyboardShortcuts
                FocusFileExplorer="F"
                FocusAddressBar="A"
                FocusToolBar="B"
                FocusTreeView="T"
                ContextMenu="C"  
                />

Unplanned
Last Updated: 07 Feb 2022 13:41 by Swapnil

FileExplorer does not scroll its tree properly to the programatically selected folders.

Steps to reproduce:

1. Set a nested folder with a long path programatically:

fileExplorer.set_currentDirectory("/images/AAA/FolderA1/FolderA2/FolderA3/FolderA4/FolderA5")

2. Select another nested folder programatically:

fileExplorer.set_currentDirectory("/images/BBB/FolderB1/FolderB2/FolderB3/FolderB4/FolderB5")

Result: The second folder is selected, but the TreeView does not properly scroll into view containing it.

Unplanned
Last Updated: 08 Dec 2021 16:55 by ADMIN
Created by: Swapnil
Comments: 0
Category: FileExplorer
Type: Feature Request
2
We are expecting the RadFileExplorer to behave like Windows File Explorer, where user can navigate to certain Folder by entering the folder name in address bar. Refer below screenshot for your reference.

 


We want to navigate directly to "Products" folder just by changing "Flowers" from controls address bar.
Duplicated
Last Updated: 14 Sep 2021 12:20 by ADMIN
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.
Completed
Last Updated: 18 Aug 2021 07:47 by ADMIN
RadFileExplorer only natively works with standard Windows files that are on the server.  This precludes us from effectively using Azure's data structures, especially blob and the newer file types. With things like Webjobs where there is no standard file structure, we need the ability to access files that are stored in a shared space.
Completed
Last Updated: 13 Aug 2021 10:00 by ADMIN
Release R1 2016
When users quickly select different folders in the TreeView and content is still loading, the caching mechanism of FileExplorer fails and loads incorrect data to the last selected folder. 
Completed
Last Updated: 14 Jun 2021 14:43 by ADMIN
Created by: Imported User
Comments: 1
Category: FileExplorer
Type: Feature Request
2
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
Unplanned
Last Updated: 14 Jun 2021 10:58 by ADMIN
Created by: sitefinitysteve
Comments: 1
Category: FileExplorer
Type: Feature Request
3
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.
Unplanned
Last Updated: 14 Jun 2021 10:57 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: FileExplorer
Type: Feature Request
4
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.
Unplanned
Last Updated: 14 Jun 2021 10:49 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: FileExplorer
Type: Feature Request
4
Add configurable option to create a thumbnail for uploaded image and use it in the thumbnail preview mode if one is available 
Completed
Last Updated: 01 Jun 2021 13:16 by ADMIN
Release Q3 2012
Completed
Last Updated: 31 May 2021 15:40 by ADMIN
how to know Owner after new folder(s) or upload file(s) by RadFileExplorer?
Declined
Last Updated: 26 May 2021 20:39 by ADMIN
Support custom upload dialog by overriding the built-in RadWindowManager within RadFileExplorer with a custom RadWindow upload dialog.

We need more than just adding meta data to uploaded files but must have complete control over this custom Radwindow upload dialog.

Thanks in advance,
Bob Baldwin
Trabon Solutions
1 2 3 4