Completed
Last Updated: 05 Mar 2021 07:34 by ADMIN
Release LIB 2021.1.309 (9/03/2021)
There is a significant delay when opening a folder with a large number of children when a filter is applied compared to the native Windows dialogs. 
Completed
Last Updated: 04 Feb 2021 08:58 by ADMIN
Release LIB 2021.1.208 (2/8/2021)
The exception is thrown when creating a new AutomationPeer for the RadBreadcrumbBar element.
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.
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."
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.
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. 
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 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 ..."
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.
Completed
Last Updated: 09 Aug 2019 07:58 by ADMIN
Release LIB 2019.2.812 (8/12/2019)
The items inside the Tree Navigation Pane are not sorted in the same way as the native MS dialog. In our OpenFolderDialog when there is a file or folder name which starts with underscore "_" the file/folder is placed at the bottom of the tree navigation view. Looking at the tree from the MS dialog it is placed at the top.

In the Main Pane, the items are sorted correctly.
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: 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."
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: 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.

Completed
Last Updated: 02 Apr 2019 11:07 by ADMIN
Release LIB 2019.1.408 (04/08/2019)

This is reproducible only with display language of the Windows set to a language different than English. It was originally reproduced with French.

If you set the initial directory to a network dir (ex: \\MyPcName\SharedFolder2\MyFiles), and open the dialog, initially the correct folder is loaded. However, if you wait several seconds without doing anything, the currently opened directory automatically changes to the root "Network" dir.

Unplanned
Last Updated: 11 Mar 2019 09:37 by ADMIN
The contents of the Path Navigation Pane and Main Pane are not synced with the selection inside the Tree Navigation Pane when a local drive is shared through a remote desktop connection.
Completed
Last Updated: 11 Mar 2019 07:34 by ADMIN
This behavior differs from the standard MS FileDialogs, where the expand arrow is not visible for such folders.