Hi team,
Im trying to make work my FileManager but yeah it works, but the side menu with the FileManager tree doesn´t shows.
Im making exactly what the guide says and importing the DetailsViewService, but even with that, it doesn't work.
May i need to do something else than what it shows in the guide? I don't get really how it works to get the datasource, but it works so I that the problem isn't there.
Thanks for your time
Hi Adrian,
Greetings from Syncfusion support.
We have validated your reported query in File Manager component. Whether have you injected the NavigationPaneService in your sample. We understand that you are rendering the File Manager within the Splitter component. For your reference, we have prepared a sample with the NavigationPaneService. Please find the sample from link.
https://stackblitz.com/edit/angular-t9rzya?file=src%2Fapp%2Fapp.module.ts
|
[app.module.ts]
import { FileManagerModule, NavigationPaneService, ToolbarService, DetailsViewService, } from '@syncfusion/ej2-angular-filemanager';
@NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule, AppRoutingModule, DropDownTreeModule, FileManagerModule ], providers: [NavigationPaneService, ToolbarService, DetailsViewService], |
Check the below documentation for reference.
If we misunderstood, kindly share us the customizations done at your sample. Please share us the code snippets or replicate the issue in the above shared sample. These details would help us assist you promptly.
Regards,
Indhumathy L
Hi,
I managed to make the directories work, but right the tree doesn´t work properly.
First of all, if you click on a directory from the tree, it just gets dark and not readable.
And the worst and less understandable thing is that it is selecting the directory from below.
I was checking this for some days and I can't understand the reason, Im checking everything and it's completely equal.
May be some thing of versions? Is the only thing I can think right now.
Thanks
Adrian
Hi Adrian,
We have validated your reported query in the Angular FileManager component. We understand that you are facing an issue while clicking on a folder in the navigation pane of the File Manager component. But we were unable to replicate the reported issue at our end. We suspect that the issue is either due to the sample level customization or else is related to the packages.
Please share the details of the navigation pane customizations done at your end and send us the Package.json file. If possible, replicate the issue in the above shared sample. These details would help us to provide a prompt solution.
Regards,
Sivakumar S