Completed
Last Updated: 07 Nov 2019 14:24 by ADMIN
Release R1 2020 (LIB 2019.3.1111)
Dimitar
Created on: 22 Oct 2019 05:50
Category: FileDialogs
Type: Bug Report
1
FileDialog: The hidden folders are not visible in the tree view.

To reproduce: 

private void radButton1_Click(object sender, EventArgs e)
{
    RadOpenFileDialog fd = new RadOpenFileDialog();
    fd.ShowHiddenFiles = true;
    fd.ShowDialog();
}

3 comments
ADMIN
Dimitar
Posted on: 23 Oct 2019 08:37

Hi Lou,

Thanks for pointing this, I forgot to mention that all dialogs are using the same component inside.

In addition, I want to mention that the hidden files and folders are visible in the right area (the ListView) and one can navigate from there. 

Regards,
Dimitar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Lou
Posted on: 22 Oct 2019 16:12
And also an issue with RadSaveFileDialog.
Lou
Posted on: 22 Oct 2019 13:29
This is a problem with both RadOpenFileDialog and RadOpenFolderDialog.