Unplanned
Last Updated: 22 Mar 2024 09:20 by Stenly
Created by: Stenly
Comments: 0
Category: FileDialogs
Type: Feature Request
1
Add rectangle selection in multiple/extended selection mode just like in Windows Explorer.
Unplanned
Last Updated: 24 Apr 2023 10:49 by Martin Ivanov
Currently, you can select and deselect files and folders only through the UI. There are no methods or properties that allows to do that manually. Add such API.
Unplanned
Last Updated: 01 Mar 2023 14:27 by Stenly
Currently, when the RadFileDialogs control is opened in a remote session, redirected drivers from the local machine will not be shown in the control. We could add an option to show the drivers from the local machine, which are chosen to be used in the remote session.
Unplanned
Last Updated: 03 Jan 2023 11:51 by Martin Ivanov
Currently, double click on a file in the ExplorerControl starts the renaming action. Allow changing this behavior. The possible modes could be rename, execute file and do nothing. 

Note that also the context menu of the file should reflect the mode. Currently, the menu shows the default action based on the file extension as a bold text option. For example - "Open" or "Install". This is inconsistent with the default behavior where the file gets renamed (instead of opened). Ensure that the context menu bolding is updated accordingly.
Unplanned
Last Updated: 13 May 2022 14:58 by Stenly
Created by: Stenly
Comments: 0
Category: FileDialogs
Type: Feature Request
1

Currently, the RadFileDialogs does not provide an API option for applying additional filtering of the already filtered files.

We could extend the filtering functionality of the RadFileDialogs control.

Unplanned
Last Updated: 28 Apr 2022 12:51 by Tony
Created by: Tony
Comments: 0
Category: FileDialogs
Type: Feature Request
1
Add a "New Folder" option in the TreeView pane's shell context menu.
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");

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.
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.
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. 
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.

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: 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.
Unplanned
Last Updated: 14 Aug 2019 13:25 by ADMIN
Provide a way to create custom Confirm dialog when overriding a file in SaveFileDialog.
Unplanned
Last Updated: 19 Aug 2019 08:36 by Robert
RadOpenFileDialog does not update FilterIndex

The RadOpenFileDialog has a property FilterIndex to get or set the index of the currently selected filter. Setting the index works fine. However, the property is not updated when the user selects a different filter. FilterIndex will always keep the value that was initially set. This is quite annoying, as we want that our customers find their most recently used filter index pre-selected.

The same problem exists for InitialSelectedLayout, which is never update either. .Net Framework's OpenFileDialog restores the most recently selected view automatically.

FileDialogs version is 2019.1.116.45
Unplanned
Last Updated: 17 Nov 2023 08:04 by Philipp
Add properties that control the visibility of the different elements in the ExplorerControl. Those are:
  • the address bar where you enter the directory
  • the search bar at the top right corner of the window
  • the main pane, where the folders and files are displayed
  • the navigation treeview at the left side of the control
  • the new folder button
  • the layout combobox


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.
Unplanned
Last Updated: 27 May 2019 11:18 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: FileDialogs
Type: Feature Request
2
Introduce a mechanism to allow executing search manually. Similar to the RadGridViewCommands.SearchByText command.
Unplanned
Last Updated: 16 Apr 2019 15:24 by ADMIN
Created by: Minemax
Comments: 1
Category: FileDialogs
Type: Feature Request
1

Can you please add the ability to select (and scroll into view) a file/folder in the RadFileDialog by keyboard? i.e. when focused within the files section of the dialog, typing 's' should scroll to the first file starting with 's' and select it.

All the Win32 and WPF file dialogs support this.

1 2