Completed
Last Updated: 29 Sep 2015 10:33 by ADMIN
Configuration property of FileExplorer is not expandable in DesignTime PropertiesWindow, so its properties cannot be configured.

screenshot - http://screencast.com/t/tdkcjzauLWK

Completed
Last Updated: 29 Sep 2015 10:33 by Paolo
Created by: Paolo
Comments: 0
Category: FileExplorer
Type: Bug Report
0
Cannot expand configuration on properties panel
Completed
Last Updated: 19 Aug 2016 10:54 by ADMIN
No matter what the current page index is, get_currentPageIndex() will return zero if FileExplorer is used in Thumbnails mode.
Completed
Last Updated: 08 Oct 2013 17:07 by Chris Jibb
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.
Completed
Last Updated: 10 May 2013 14:15 by ADMIN
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
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: 06 Jun 2013 08:07 by Martin Roussel
ADMIN
Created by: Vessy
Comments: 1
Category: FileExplorer
Type: Bug Report
2
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.
Completed
Last Updated: 01 Jun 2021 13:16 by ADMIN
Release Q3 2012
1 2