This is a migrated thread and some comments may be shown as answers.

Expand Initial Directory

6 Answers 64 Views
FileDialogs
This is a migrated thread and some comments may be shown as answers.
Bertha
Top achievements
Rank 1
Bertha asked on 16 Jul 2019, 04:04 PM

I have set the initial directory.  But when the save dialog shows up, the left panel directory list is not expanded to Initial directory.  It is expanded only when I click to select that initial directory.  Is there a way that it is expanded "at the beginning" and have the location hints (breadcrumb) at the top?

Thanks.

RadSaveFileDialog saveFile = new RadSaveFileDialog();
saveFile.InitialDirectory = @"C:\NHPAYHO\data\";
saveFile.ExpandToCurrentDirectory = true;
DialogResult dr = saveFile.ShowDialog();

6 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 17 Jul 2019, 10:11 AM
Hi Bertha,

Would it be possible to send me a screenshot of the dialog. I think I was able to reproduce this but, I want to be sure that I am getting the same results.

Thank you in advance for your patience and cooperation. 

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.
0
Bertha
Top achievements
Rank 1
answered on 17 Jul 2019, 01:21 PM

Attached the screenshot.  Thanks.

 

 

0
Accepted
Dimitar
Telerik team
answered on 18 Jul 2019, 06:53 AM

Hello Bertha,

The result is different on my side and bread crumb is always visible. Could you please specify the exact version that you are using? In addition, what is your Windows version?

I am looking forward to your reply.

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.
0
Bertha
Top achievements
Rank 1
answered on 18 Jul 2019, 12:56 PM

I am using Windows 10. Winform Telerik version. 2019.2.618.40

Thanks.

0
Bertha
Top achievements
Rank 1
answered on 18 Jul 2019, 08:28 PM
Not sure what has been changed.  My RadSaveFileDialog suddenly work correctly.  Thanks.
0
Dimitar
Telerik team
answered on 19 Jul 2019, 06:06 AM
Hi Bertha,

I am glad that this works now. Should you have further questions, I would be glad to help.

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.
Tags
FileDialogs
Asked by
Bertha
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Bertha
Top achievements
Rank 1
Share this question
or