Hi Syncfusion Team,
We have a scenario where:
Hi Syncfusion Team,
I am attaching a screen recording on what happens to the page when I try to drag and drop files as well as the code to the controller and the page.
Just a brief summary based on my testing, I think this line is what is causing the File Manager to crash when dragging and dropping files.
When the side navigation bar is displayed, the drag and drop feature works perfectly. However, when this line is present (which it is in our current file manager configuration because we don't want the side navigation bar to be visible) the app crashes for some reason.
I have tried to keep the side navigation bar visible but setting the max width and min width in order to still "hide" the file manager component but it doesn't work. The side navigation bar is still on display. Here's how I set the side navigation bar without setting it's Visible property to false.
Please assist on how we can resolve this issue. Thanks!
Attachment: DragAndDropIssueAttachments_e75471c9.zip
Thank you!
For the meantime, is it possible to hide the side navigation menu without setting the Visible property to false?
|
<SfFileManager ID="file-manager"
CssClass="filemanager"
TValue="FileManagerDirectoryContent"
View="ViewType.Details"
AllowDragAndDrop="true"
Path="@currentPath">
…..
<FileManagerNavigationPaneSettings Visible="true"></FileManagerNavigationPaneSettings>
...
...
.filemanager .e-navigation{
display: none;
} |
Hi Denzel,
Thanks for your patience.
We are glad to announce that our patch release (V20.2.44) has been rolled out successfully. The issue with “Reconnecting server issue occurs while performing drag and drop in Blazor File Manager component" has been resolved in this release. To access this fix, we suggest you update the package to the 20.2.44.
Release notes : https://blazor.syncfusion.com/documentation/release-notes/20.2.44?type=all#file-manager
Please let us know if you need any further assistance.
Regards,
Prasanth Madhaiyan.