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: 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: 30 Oct 2018 06:39 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 1
Category: FileDialogs
Type: Feature Request
5

			
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: 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: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: 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");

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


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: 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.
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.
1 2 3 4 5 6