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."
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. 
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.
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: 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.
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: 20 Dec 2019 13:24 by ADMIN
Release R2 2018
ADMIN
Created by: Martin
Comments: 0
Category: FileDialogs
Type: Feature Request
3

			
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. 
Completed
Last Updated: 11 Dec 2019 11:26 by ADMIN
Release LIB 2019.3.1216

Expose an event that allows you to cancel the navigation to a folder. For example, if you enter an address in the breadcrumb, click the back button, or select a directory in the navigation tree, then you should be able to cancel the navigation.

This can be done via a new event that have a Cancel property in its arguments, for example.

The naming shown here is not mandatory.

Completed
Last Updated: 11 Dec 2019 11:02 by ADMIN
Release R1 2020
Add a mechanism that allows show/hide the context menu that opens when you right click on an empty space in the dialog. For example, you should be able to hide the "New Folder" or "Properties" options.
Completed
Last Updated: 10 Dec 2019 14:55 by ADMIN
When a link to a folder is selected and the Open button is clicked, the RadOpenFileDialog does not navigate to that folder. 
Completed
Last Updated: 01 Nov 2019 08:35 by ADMIN
Release LIB 2019.3.1104

Using RadOpenFileDialog reports a lot of binding errors. #26 seems to happen all the time, whereas #40 is related to the length of the initial directory.

The dialog is working, but those errors are really disturbing. The more false binding errors we get, the higher the possibility is that we miss real errors. Suppressing them by setting the error level to Critical is not a solution, as it will suppress real errors as well.

 

System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='RadWatermarkTextBox'
System.Windows.Data Warning: 40 : BindingExpression path error: 'IsHidden' property not found on 'object' ''OpenFileDialogViewModel' (HashCode=39129256)'. BindingExpression:Path=IsHidden; DataItem='OpenFileDialogViewModel' (HashCode=39129256); target element is 'RadBreadcrumbBarItem' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Warning: 40 : BindingExpression path error: 'IsSystemHiddenActual' property not found on 'object' ''OpenFileDialogViewModel' (HashCode=39129256)'. BindingExpression:Path=IsSystemHiddenActual; DataItem='OpenFileDialogViewModel' (HashCode=39129256); target element is 'RadBreadcrumbBarItem' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Warning: 40 : BindingExpression path error: 'IsHidden' property not found on 'object' ''OpenFileDialogViewModel' (HashCode=39129256)'. BindingExpression:Path=IsHidden; DataItem='OpenFileDialogViewModel' (HashCode=39129256); target element is 'RadBreadcrumbBarItem' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Warning: 40 : BindingExpression path error: 'IsSystemHiddenActual' property not found on 'object' ''OpenFileDialogViewModel' (HashCode=39129256)'. BindingExpression:Path=IsSystemHiddenActual; DataItem='OpenFileDialogViewModel' (HashCode=39129256); target element is 'RadBreadcrumbBarItem' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='RadBreadcrumbBarItem'

Completed
Last Updated: 01 Oct 2019 10:52 by ADMIN
Release LIB 2019.2.812
An InvalidOperationException is thrown with the following message: "Cyclic reference found while evaluating the ThemeStyle property on element ..."
Unplanned
Last Updated: 30 Sep 2019 11:47 by ADMIN
Currently, the icons are collected from the OS. Add an API to allow using custom icons that the developer can provide.
Completed
Last Updated: 12 Sep 2019 11:54 by ADMIN
Release R3 2019

The error message appears after you do several operations with the dialog and then call the Directory.Move() method. The message is "Access to the path <path> is denied".

Completed
Last Updated: 10 Sep 2019 05:36 by ADMIN
Release R3 2019
TextSearch navigation in the Main Pane does not work. If you press letter "a" the first folder with Name starting with "a" should be selected.
This needs to work in alll layouts including Details which uses RadGridView.