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

DirectoryRequesting Tree Navigation Pane

2 Answers 73 Views
FileDialogs
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 17 Jul 2019, 04:19 PM

When I use DirectoryRequesting to set a user's root folder, the Tree Navigation Pane doesn't show the path. The only element that appears is "This PC" and if I cIick it I can't get back to the folder with the files. would prefer that it would show the specified folder as the root element in the Tree Navigation Pane since there will be multiple folders within this root folder.

Private Sub saveFileDialog_DirectoryRequesting(ByVal sender As Object, ByVal e As DirectoryRequestingEventArgs) Handles RadSaveFileDialog1.DirectoryRequesting
    If Not e.Directory.FullName.StartsWith("D:\Executech\Hotel") Then
        e.Cancel = True
    End If
End Sub

 

 

2 Answers, 1 is accepted

Sort by
0
Jeff
Top achievements
Rank 1
answered on 18 Jul 2019, 04:22 PM

The answer to this was given in another post. 

https://www.telerik.com/forums/directoryrequesting-behavior

 

0
Dimitar
Telerik team
answered on 19 Jul 2019, 05:43 AM
Hi Jeff,

Ok, do not hesitate to contact us if you have other questions.

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
Jeff
Top achievements
Rank 1
Answers by
Jeff
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or