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

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!

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

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. 
Completed
Last Updated: 22 Feb 2019 09:15 by ADMIN

To reproduce this behavior you need the following settings.

- Set the display language of your Windows to Italian.
- Use a RadOpenFileDialog.
- Set its Filter. For example, you can filter to show only Excel files.
- Change the layout type to Details.

In this case the folders in the opened direction disappears.

Unplanned
Last Updated: 01 Feb 2019 12:55 by ADMIN
Drag & Drop between ExplorerControl and Windows Explorer does not work
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: 11 Oct 2018 13:08 by ADMIN
For example Filter is "XAML CS Files (*.xaml.cs)|*.xaml.cs"

MS Win32 OpenFileDialog filter files correctly to show only xaml.cs files.

RadOpenFile/SaveFileDialog does not show the xaml.cs files which is wrong.
Completed
Last Updated: 10 Oct 2018 10:43 by ADMIN
ExplorerControl is in DropDownContent  of DropDownButton.

Selecting multiple files in the explorer is not possible.
Completed
Last Updated: 10 Oct 2018 10:41 by ADMIN
<telerik:RadDropDownButton DropDownWidth="400" DropDownHeight="400" VerticalAlignment="Center" Content="Dialog Button">
            <telerik:RadDropDownButton.DropDownContent>
                <dialogs:ExplorerControl Layout="Details"/>
            </telerik:RadDropDownButton.DropDownContent>
        </telerik:RadDropDownButton>

When the DropDown is opened Exception in FileBrowserGridView.cs is thrown.
Completed
Last Updated: 21 Sep 2018 14:13 by ADMIN
ExplorerControl or FileDialog is opened with 

 StyleManager.ApplicationTheme = new Windows8TouchTheme();

On load exception is thrown:

 "Cannot find resource named 'BreadCrumbBarItemCustomStyle'.  Resource names are case sensitive"
Completed
Last Updated: 17 Sep 2018 05:08 by ADMIN
RadOpenFileDialog or RadSaveFileDialog with Filter, for example 

  fileDialog.Filter = "Excel Worksheets|*.xlsx;*.xls|All Files|*.*";
   fileDialog.FilterIndex = 1;

This should filter the files in MainPane on load to xls files only (index is 1-based). However, filter is not applied on load - regression in R3 2018.

Unplanned
Last Updated: 12 Sep 2018 12:20 by ADMIN
Currently RadFileDialogs do not provide such tooltips when hovering files and folders.

Check the attached image for clarification.

Completed
Last Updated: 10 Sep 2018 08:24 by ADMIN
ADMIN
Created by: Martin
Comments: 13
Category: FileDialogs
Type: Feature Request
15