Completed
Last Updated: 17 Feb 2022 15:27 by ADMIN
Release R1 2022 SP1
Inserting a USB doesn't reflect changes in the dialogs until they are reopened.
Completed
Last Updated: 16 Feb 2022 10:50 by ADMIN
Release R1 2022 SP1
Created by: Martin Ivanov
Comments: 0
Category: FileDialogs
Type: Bug Report
3

Some files that can be seen in the Windows Explorer are missing from the ExplorerControl of the file dialogs. This happens because of a silent ArgumentOutOfRangeException thrown for a corrupted file that doesn't have a "Date Modified" attribute set. This breaks the loading of the following files in the directory.

Here are the exception details:

System.ArgumentOutOfRangeException: Not a valid Win32 FileTime.
Parameter name: fileTime
   at System.DateTime.FromFileTimeUtc(Int64 fileTime)
   at System.IO.FileSystemInfo.get_LastWriteTimeUtc()
   at System.IO.FileSystemInfo.get_LastWriteTime()
   at Telerik.Windows.Controls.FileDialogs.FileSystemInfoWrapper..ctor(FileSystemInfoWrapperFactoryBase factory, FileSystemInfo fileSystemInfo)
   at Telerik.Windows.Controls.FileDialogs.FileInfoWrapper..ctor(FileSystemInfoWrapperFactoryBase factory, FileInfo info)
   at Telerik.Windows.Controls.FileDialogs.FileSystemInfoWrapperFactory.TryGetConcreteFileSystemInfoWrapper(FileSystemInfo fileSystemInfo, FileSystemInfoWrapper& fileSystemInfoWrapper)
   at Telerik.Windows.Controls.FileDialogs.DirectoryInfoWrapper.LoadFiles(DirectoryInfo directoryInfo)
   at Telerik.Windows.Controls.FileDialogs.DirectoryInfoWrapper.ReloadChildren()

 

Unplanned
Last Updated: 23 Jan 2022 21:29 by Wardeaux
If the OneDrive folder is available, display it in the navigation tree of the ExplorerControl.

Currently, this can be done manually by adding the OneDrive directory in the CustomPlaces collection of the dialog.

fileDialog.CustomPlaces.Add(@"C:\Users\<user name>\OneDrive");

Completed
Last Updated: 21 Jan 2022 16:44 by ADMIN
Some network shared folders cannot be access with expanding network tree in the explorer.
Entering such shared folder in breadccrumb might result in the folling: child folders of target folder are briefly visible 
for some short period of time then breadcrumb and tree fallbacks selection to a parent folder.
Completed
Last Updated: 16 Dec 2021 06:35 by ADMIN
Release LIB 2021.3.1220 (20 Dec 2021)

An exception is thrown when the ShowNetworkLocations property is set to false.

System.ArgumentNullException: Value cannot be null. (Parameter 'value')
   at System.String.StartsWith(String value)
   at Telerik.Windows.Controls.FileDialogs.Helpers.PathHelper.CapitalizeNetworkPath(String path)
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringItemIntoView(DirectoryBaseWrapper itemToBring)
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringCurrentDirIntoView()
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.MainNavigationPaneLoaded(Object sender, RoutedEventArgs e)

Unplanned
Last Updated: 10 Dec 2021 08:52 by ADMIN
Currently, the root of the file system is "This PC". Allow setting a custom folder as a root (for example, C:\Users\mivanov\Documents) and show only its children.
Completed
Last Updated: 13 Oct 2021 14:29 by ADMIN
Release LIB 2021.3.1018 (18 Oct 2021)
When the ExplorerControl is shown in a scenario with an excel addin project, the filtering does not work. 
Completed
Last Updated: 07 Oct 2021 13:25 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
Performance degradation is observed while trying to open a folder in the file dialog with thousands of sub-folders/files.
Completed
Last Updated: 07 Oct 2021 08:04 by ADMIN
Release LIB 2021.3.1011 (11 Oct 2021)
Setting the InitialDirectory property of the FileDialog to a folder with a huge large number of folders/items/files inside will significantly delay the loading process.
Completed
Last Updated: 09 Aug 2021 14:48 by ADMIN
Release LIB 2021.2.809 (9 Aug 2021)
FileDialog with ExpandToCurrentDirectory set to false and a network location set as initial directory.
On Load, Breadcrumb shows only Network node but it should actually show the full path to the requested folder. Then this leads to inability to navigate upward with buttons next to breadcrumb bar.
Unplanned
Last Updated: 27 Jul 2021 08:12 by Ludwig
Add support for respecting the Group Policy settings in order to hide the specified drives.
Completed
Last Updated: 26 Apr 2021 09:48 by ADMIN
Release LIB 2021.1.426 (26/04/2021)
A COMException with error message 'Exception from HRESULT: 0x80270000' is thrown when canceling the delete operation of a locked file. The operation needs to be invoked by pressing the Delete key of the keyboard - deleting the file by using the context menu works as expected.
Completed
Last Updated: 19 Mar 2021 11:43 by ADMIN
Release LIB 2021.1.322 (22/03/2021)
"System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.RadWindow', AncestorLevel='1''. BindingExpression:Path=WindowState; DataItem=null; target element is 'RadButton' (Name='PART_CloseButton'); target property is 'NoTarget' (type 'Object')" This error is reported in the Output on startup of a dialog. 
Unplanned
Last Updated: 17 Mar 2021 11:32 by ADMIN
Add an API that allows you to access the columns of the corresponding FileBrowserGridView control (representing the Details layout) so you can add different settings. Or alternatively provide some property abstraction to propagate properties from the file dialogs API to the internal RadGridView columns API.
Completed
Last Updated: 05 Mar 2021 07:34 by ADMIN
Release LIB 2021.1.309 (9/03/2021)
There is a significant delay when opening a folder with a large number of children when a filter is applied compared to the native Windows dialogs. 
Completed
Last Updated: 04 Feb 2021 08:58 by ADMIN
Release LIB 2021.1.208 (2/8/2021)
The exception is thrown when creating a new AutomationPeer for the RadBreadcrumbBar element.
Completed
Last Updated: 18 Dec 2020 15:21 by ADMIN
Release LIB 2020.3.1221 (12/21/2020)
If a file with the same name set as the FileName is contained in the output directory of the project, when clicking the Save button in the InitialDirectory, the file is saved in the output directory instead of the current directory.
Unplanned
Last Updated: 05 Nov 2020 13:07 by Mi
Like in MS Win 32 OpenFileDialog - thumbnails with preview or details about the selected file.

Check the attached images for better clarification.
Unplanned
Last Updated: 20 Oct 2020 11:51 by Petar
ADMIN
Created by: Martin Ivanov
Comments: 1
Category: FileDialogs
Type: Feature Request
16
Currently, showing a dialog can take 10-20 seconds when started in DEBUG mode. 

And 3-5 seconds RELEASE mode. Improve the loading time.

A little way to speed up is to set ExpandToCurrentDirectory to False.
Completed
Last Updated: 15 Oct 2020 14:24 by ADMIN
Release R3 2020 SP1
changing file system via rad file / save dialogs in opened in new app domain causes an application crash
"The calling thread cannot access this object because a different thread owns it."