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

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
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 ..."
Completed
Last Updated: 26 Jul 2019 10:19 by ADMIN
When the layout type is set to Details the rename with the slow double click doesn't work. The selected file/folder doesn't enter edit mode.
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.
Completed
Last Updated: 05 Jul 2019 05:37 by ADMIN
Release LIB 2019.2.708 (7/8/2019)
OpenFile/SaveFile dialog or ExplorerControl with Multiselect, Details View and Filter applied.

Click on a file / fodler in gridview - argument exception occurs.

"Property FileSystemInfo is not defined for type System.Object."
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.
Completed
Last Updated: 11 Jun 2019 10:47 by ADMIN
Release R2 2019 SP1

On Windows Server 2012 R2, the Search field in the ExplorerControl doesn't appear to work.  This is observable using the Demo app.

When you type into the Search box, the main pane clears of all file/folder entries, but the matching results never appear.

(Note: Windows Server 2012 R2 isn't available in the OS box, so I chose 2008.)

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.

Declined
Last Updated: 27 May 2019 20:39 by Jared
Created by: Jared
Comments: 4
Category: FileDialogs
Type: Feature Request
1

It would be nice to have some additional public properties and commands for ExplorerControl.  For example:

  • Boolean properties to show/hide the first two rows (containing the breadcrumbs, new folder button, layout combo box, etc.).
  • Search command or public SearchText property.
  • Cancellable OnNavigating event.
  • Navigation tree "RootDirectory" property, which would replace the top-level "This PC" node.

Thanks for your consideration!

Completed
Last Updated: 17 May 2019 08:08 by ADMIN
Release LIB 2019.2.520 (05/20/2019)

Hello.

I've created buttons that are bound to FileDialogCommands for sending commands to an ExplorerControl, as shown here:

https://docs.telerik.com/devtools/wpf/controls/radfiledialogs/features/commands

 

Everything works when the ExplorerControl is visible.  However, if the ExplorerControl's Visibility is set to Collapsed (which I need based on a condition), the Command bindings on the buttons throw the below error:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.CanExecuteHelper(Object sender)

 

The UserControl that hosts the ExplorerControl is being imported through MEF.  I don't know if that's a factor.

Either way, it looks like a null check might be needed for the InternalViewModel property.

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.

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