Unplanned
Last Updated: 28 Apr 2022 12:51 by Tony
Created by: Tony
Comments: 0
Category: FileDialogs
Type: Feature Request
1
Add a "New Folder" option in the TreeView pane's shell context menu.
Completed
Last Updated: 29 May 2023 08:38 by ADMIN
Release R2 2023

ArithmeticException is thrown on RadSaveFileDialog's ShowDialog call, when the device model profile of the OS (from the Color Management menu) is set to sRGB virtual device model profile.

The profile should be set through the Change system defaults menu. This setting is accessed by opening the Color Management menu in the OS, then select the Advanced tab, then click on Change system defaults... In the newly opened dialog click Advanced again and change the Device profile to sRGB virtual device model profile.

This is actually a bug in the WPF framework that is reported here.

The important part of the exception stacktrace is the following:

System.ArithmeticException: Overflow or underflow in the arithmetic operation.
--- End of inner exception stack trace ---
at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource source, ColorContext sourceColorContext, ColorContext destinationColorContext, PixelFormat format)
at System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapPalette palette)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)


Unplanned
Last Updated: 24 Apr 2023 10:49 by Martin Ivanov
Currently, you can select and deselect files and folders only through the UI. There are no methods or properties that allows to do that manually. Add such API.
Unplanned
Last Updated: 01 Feb 2019 12:55 by ADMIN
Drag & Drop between ExplorerControl and Windows Explorer does not work
Completed
Last Updated: 22 Jul 2022 16:43 by ADMIN
Release LIB 2022.2.725 (25 July 2022)
The following output binding error is printed - System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type; Type='RadWatermarkTextBox'.
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.

Completed
Last Updated: 10 Jun 2022 11:02 by ADMIN
Release LIB 2022.2.613 (13 June 2022)
Currently, the resource key's value for the Italian culture is "ANNULLA", instead of "Annulla".
Completed
Last Updated: 06 Jun 2022 08:28 by ADMIN
Release LIB 2022.2.606 (06 June 2022)
Created by: Flavio
Comments: 1
Category: FileDialogs
Type: Bug Report
1
The search functionality of the file dialogs does not display any results when the project targets the .NET 6 framework.
Unplanned
Last Updated: 13 May 2022 14:58 by Stenly
Created by: Stenly
Comments: 0
Category: FileDialogs
Type: Feature Request
1

Currently, the RadFileDialogs does not provide an API option for applying additional filtering of the already filtered files.

We could extend the filtering functionality of the RadFileDialogs control.

Completed
Last Updated: 21 Jan 2022 16:44 by ADMIN
Some network shared folders cannot be access with expanding network tree in the explorer.
Entering such shared folder in breadccrumb might result in the folling: child folders of target folder are briefly visible 
for some short period of time then breadcrumb and tree fallbacks selection to a parent folder.
Completed
Last Updated: 09 Aug 2021 14:48 by ADMIN
Release LIB 2021.2.809 (9 Aug 2021)
FileDialog with ExpandToCurrentDirectory set to false and a network location set as initial directory.
On Load, Breadcrumb shows only Network node but it should actually show the full path to the requested folder. Then this leads to inability to navigate upward with buttons next to breadcrumb bar.
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: 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.

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

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

Unplanned
Last Updated: 19 May 2020 14:03 by ADMIN
Currently, when there is an existing file with the same FileName as the chosen from the user, a dialog is shown asking for confirmation. We should provide a way to skip the showing of this dialog. 
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.