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: 10 Sep 2018 08:24 by ADMIN
ADMIN
Created by: Martin
Comments: 13
Category: FileDialogs
Type: Feature Request
15

			
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: 15 Feb 2024 11:46 by Pat Huesers
Show the actual image when the layout of the main pane is set to Medium, Large and Extra Large Icons.
Completed
Last Updated: 06 Oct 2022 15:10 by ADMIN
Release LIB 2022.3.1010 (10 Oct 2022)
Add an API that can be used to cancel or modify the editing of files and folders. For example, you can introduce Editing and Edited events for the dialog which can be fired when the selected file goes into edit mode and after the editing is committed.
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 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: 14 Aug 2019 13:25 by ADMIN
Provide a way to create custom Confirm dialog when overriding a file in SaveFileDialog.
Completed
Last Updated: 30 Oct 2018 06:39 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 1
Category: FileDialogs
Type: Feature Request
5

			
Unplanned
Last Updated: 14 Aug 2023 06:16 by Tom

Provide built-in support for the following combinations:

  • Move to the previous folder:  Backspace or Alt+Left Arrow combination
  • Move to the next folder: Alt+Right Arrow combination
  • Change layout: Ctrl + Mousewheel combination

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: 09 May 2018 06:01 by ADMIN
ADMIN
Created by: Vladimir Stoyanov
Comments: 1
Category: FileDialogs
Type: Feature Request
4

			
Completed
Last Updated: 10 May 2018 11:16 by ADMIN
FileDialogs are constructed by RadWindow and ExplorerControl as its content. 

Explorer control holds navigation tree, autocomplete, filtering combobox, main pane for viewing fodler and files, search box, breadcrumb. You can check all visual parts in the following help article:

http://docs.telerik.com/devtools/wpf/controls/radfiledialogs/visual-structure

Users might need to put the ExplorerControl in non-window parts of their application (for example in docked RadPane of RadDocking. Also, they might need to override OK/Cancel commands for that purpose.
Completed
Last Updated: 10 May 2018 11:59 by ADMIN
Click on Drive / Folder in the Navigation tree should put its Name in the AutoComplete box and then pressing the Open Button of the dialog should choose the selected drive / folder and close the dialog.
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: 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: 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: 20 Dec 2019 13:24 by ADMIN
Release R2 2018
ADMIN
Created by: Martin
Comments: 0
Category: FileDialogs
Type: Feature Request
3

			
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.
1 2 3