open detailsView in specific folder

Hi,

When I open the file manager component both the navigation pane and the details view open in the root folder.

What I would like to do is to have the details pane open in the first folder:

How do I do this?

1 Reply 1 reply marked as answer

SP Sowmiya Padmanaban Syncfusion Team August 3, 2020 06:41 AM UTC

Hi Bob,  
 
Greetings from Syncfusion support. 
 
We have checked your requirement with FileManager component. By using path property of FileManager component, you render FileManager navigated to any given folder path on initial loading. 
 
Refer the below code snippet. 
 
   
<ejs-filemanager id='overview' [ajaxSettings]='ajaxSettings' [path]='path' [view]='view'> 
        </ejs-filemanager> 
export class AppComponent { 
 
    public path : string = "/Documents"; 
} 
 
Refer the below sample link. 
 
 
To know more about the FileManager component, refer the below links. 
 
 
 
 
Please let us know, if you need any further assistance. 
 
Regards,  
Sowmiya.P 


Marked as answer
Loader.
Up arrow icon