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
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
Attached the screenshot. Thanks.
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
I am using Windows 10. Winform Telerik version. 2019.2.618.40
Thanks.
I am glad that this works now. Should you have further questions, I would be glad to help.
Regards,
Dimitar
Progress Telerik