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: 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.
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.
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: 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. 
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.
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()

 

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."
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: 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.
Unplanned
Last Updated: 14 Jul 2020 09:29 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: FileDialogs
Type: Feature Request
2
Add shortcuts for accessing different elements on the UI - the search bar, the file name input, the buttons, etc. 
Unplanned
Last Updated: 19 May 2020 14:03 by ADMIN
Currently, when there is an existing file with the same FileName as the chosen from the user, a dialog is shown asking for confirmation. We should provide a way to skip the showing of this dialog. 
Completed
Last Updated: 26 May 2020 08:34 by ADMIN
Release LIB 2020.2.525 (5/26/2020)
 IndexOutOfRangeException is thrown when deleting files while the FileDialog is loading.
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.
Unplanned
Last Updated: 27 Feb 2020 10:56 by ADMIN

Currently dialogs provide only custom places pane. 

Add auto-populated built-in section with well-known quick access like in the MS file dialogs.

Completed
Last Updated: 02 Mar 2020 07:47 by ADMIN
Release LIB 2020.1.302 (03/02/2020)
The FileName property is sometimes set wrong after a drive is selected from the Tree Navigation Pane and the Open button is clicked. 
Unplanned
Last Updated: 27 Feb 2020 10:59 by ADMIN
Add the option to display folder shortcuts in OpenFolderDialog and to dereference links.
Completed
Last Updated: 13 Dec 2019 13:36 by ADMIN
You can show the shortcuts by adding a Filter, however in the MS dialogs they are visible by default.