Please help. File manager not show files....and Localization errors

Hi

I have a error with filemanager, I get this exceptioni in Wasm Project .NET 5

Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
   at Syncfusion.Blazor.FileManager.Internal.FileManagerDialog`1[[Syncfusion.Blazor.FileManager.FileManagerDirectoryContent, Syncfusion.Blazor.FileManager, 

Version=19.1.0.54, Culture=neutral, PublicKeyToken=null]].<BuildRenderTree>b__154_3(RenderTreeBuilder __builder3)

   at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 sequence, RenderFragment fragment)
   at Syncfusion.Blazor.Popups.Internal.DialogContent.BuildRenderTree(RenderTreeBuilder __builder)
   at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
   at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
d.printErr @ blazor.webassembly.js:1
blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Out of memory
System.OutOfMemoryException: Out of memory
   at System.GC.AllocateArray[RenderTreeEdit](Int32 length, Boolean pinned)
   at System.GC.AllocateUninitializedArray[RenderTreeEdit](Int32 length, Boolean pinned)
   at System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1[[Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit, Microsoft.AspNetCore.Components, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].Rent(Int32 minimumLength)
   at Microsoft.AspNetCore.Components.RenderTree.ArrayBuilder`1[[Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit, Microsoft.AspNetCore.Components, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]].GrowBuffer(Int32 desiredCapacity)
   at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.RemoveOldFrame(DiffContext& diffContext, Int32 oldFrameIndex)
   at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& diffContext, Int32 oldStartIndex, Int32 oldEndIndexExcl, Int32 newStartIndex, Int32 newEndIndexExcl)
   at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.ComputeDiff(Renderer renderer, RenderBatchBuilder batchBuilder, Int32 componentId, ArrayRange`1 oldTree, ArrayRange`1 newTree)
   at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()

All files are successfully uploaded to the server!!!!

My razor code is simple....
I have filemanger inside tab control...

<TabItem>
                        <ChildContent>
                            <TabHeader Text="Archivos"></TabHeader>
                        </ChildContent>
                        <ContentTemplate>

                            <SfFileManager TValue="FileManagerDirectoryContent">
                                <FileManagerEvents TValue="FileManagerDirectoryContent" OnSend="OnBeforeSend"></FileManagerEvents>

                                <FileManagerDetailsViewSettings>
                                    <FileManagerColumns>
                                        <FileManagerColumn Field="Name" HeaderText="FileName"></FileManagerColumn>
                                        <FileManagerColumn Field="DateModified" HeaderText="Date Modified">
                                        </FileManagerColumn>
                                        <FileManagerColumn Field="UrlValue">
                                            <HeaderTemplate>
                                                <span>URL Name</span>
                                            </HeaderTemplate>
                                            <Template>
                                                @{
                                                    var data = (context as FileManagerDirectoryContent);
                                                    <div>@data.Name</div>
                                                }
                                            </Template>
                                        </FileManagerColumn>
                                    </FileManagerColumns>
                                </FileManagerDetailsViewSettings>

                                <FileManagerAjaxSettings Url="@FILE_MANAGER_FILEOPERATIONS"
                                                         GetImageUrl="@FILE_MANAGER_GETIMAGE"
                                                         UploadUrl="@FILEMANAGER_UPLOAD"
                                                         DownloadUrl="@FILEMANAGER_DOWNLOAD">
                                </FileManagerAjaxSettings>
                            </SfFileManager>

                        </ContentTemplate>
                    </TabItem>

Please help!!!

18 Replies 1 reply marked as answer

JL jose luis barajas April 1, 2021 05:56 AM UTC

I have one update

Filemanager not works inside Tab component, why?

Also exists another error when I change view properties from UI
check the image please!

Attachment: ERROR_FILEMANAGER_459288c7.rar


JL jose luis barajas April 1, 2021 07:37 AM UTC

update 2

I get this error when click in details icon


An unhandled exception occurred while processing the request.

InvalidOperationException: Cannot return null from an action method with a return type of 'Microsoft.AspNetCore.Mvc.IActionResult'.

Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.EnsureActionResultNotNull(ObjectMethodExecutor executor, IActionResult actionResult)

  • InvalidOperationException: Cannot return null from an action method with a return type of 'Microsoft.AspNetCore.Mvc.IActionResult'.

    • Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.EnsureActionResultNotNull(ObjectMethodExecutor executor, IActionResult actionResult)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor+TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, object controller, object[] arguments)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask<IActionResult> actionResultValueTask)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()

    • Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    • Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()

    • Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)

    • Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)

    • Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)

    • Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)

    • Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)



JL jose luis barajas April 1, 2021 09:19 AM UTC

Update #3


With this configuration I was able to get around the errors I have whit the file manager...
and DragAndDrop not works

    <div class="row">
        <SfFileManager @ref="filemanager" TValue="FileManagerDirectoryContent" AllowDragAndDrop="true"
                       @bind-SelectedItems="selectedItems" View="ViewType.LargeIcons">
            <FileManagerEvents TValue="FileManagerDirectoryContent"
                               ToolbarItemClicked="menuClick"
                               FileSelection="fileSelect"
                               OnSend="OnBeforeSend">
            </FileManagerEvents>

            <FileManagerNavigationPaneSettings Visible="false"></FileManagerNavigationPaneSettings>
            <FileManagerContextMenuSettings Visible="false"></FileManagerContextMenuSettings>
            <FileManagerToolbarSettings Visible="false"></FileManagerToolbarSettings>

            <FileManagerContextMenuSettings File="@Items" Folder="@Items" Visible="false"></FileManagerContextMenuSettings>
            <FileManagerToolbarSettings Items="@ToolbarItems"></FileManagerToolbarSettings>

            <FileManagerAjaxSettings Url="@FILE_MANAGER_FILEOPERATIONS"
                                     GetImageUrl="@FILE_MANAGER_GETIMAGE"
                                     UploadUrl="@FILEMANAGER_UPLOAD"
                                     DownloadUrl="@FILEMANAGER_DOWNLOAD">
            </FileManagerAjaxSettings>
        </SfFileManager>

    </div>

But if I change the parameter view to ViewType.Details when clicking on a folder I get the following exception

blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: Event 6237 is already tracked
      Error: Event 6237 is already tracked
          at e.update (https://localhost:44343/_framework/blazor.webassembly.js:1:42982)
          at e.setListener (https://localhost:44343/_framework/blazor.webassembly.js:1:40575)
          at e.applyAttribute (https://localhost:44343/_framework/blazor.webassembly.js:1:36864)
          at e.applyEdits (https://localhost:44343/_framework/blazor.webassembly.js:1:33290)
          at e.updateComponent (https://localhost:44343/_framework/blazor.webassembly.js:1:32271)
          at Object.t.renderBatch (https://localhost:44343/_framework/blazor.webassembly.js:1:12134)
          at Object.window.Blazor._internal.renderBatch (https://localhost:44343/_framework/blazor.webassembly.js:1:61913)
          at Object.w [as invokeJSFromDotNet] (https://localhost:44343/_framework/blazor.webassembly.js:1:64435)
          at _mono_wasm_invoke_js_blazor (https://localhost:44343/_framework/dotnet.5.0.3.js:1:190800)
          at wasm_invoke_iiiiii (<anonymous>:wasm-function[5611]:0xdda7f)
Microsoft.JSInterop.JSException: Event 6237 is already tracked
Error: Event 6237 is already tracked
    at e.update (https://localhost:44343/_framework/blazor.webassembly.js:1:42982)
    at e.setListener (https://localhost:44343/_framework/blazor.webassembly.js:1:40575)
    at e.applyAttribute (https://localhost:44343/_framework/blazor.webassembly.js:1:36864)
    at e.applyEdits (https://localhost:44343/_framework/blazor.webassembly.js:1:33290)
    at e.updateComponent (https://localhost:44343/_framework/blazor.webassembly.js:1:32271)
    at Object.t.renderBatch (https://localhost:44343/_framework/blazor.webassembly.js:1:12134)
    at Object.window.Blazor._internal.renderBatch (https://localhost:44343/_framework/blazor.webassembly.js:1:61913)
    at Object.w [as invokeJSFromDotNet] (https://localhost:44343/_framework/blazor.webassembly.js:1:64435)
    at _mono_wasm_invoke_js_blazor (https://localhost:44343/_framework/dotnet.5.0.3.js:1:190800)
    at wasm_invoke_iiiiii (<anonymous>:wasm-function[5611]:0xdda7f)
   at Microsoft.JSInterop.WebAssembly.WebAssemblyJSRuntime.InvokeUnmarshalled[Int32,RenderBatch,Object,Object](String identifier, Int32 arg0, RenderBatch arg1, Object arg2, Int64 targetInstanceId)
   at Microsoft.JSInterop.WebAssembly.WebAssemblyJSRuntime.InvokeUnmarshalled[Int32,RenderBatch,Object](String identifier, Int32 arg0, RenderBatch arg1)
   at Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer.UpdateDisplayAsync(RenderBatch& batch)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()






JL jose luis barajas April 1, 2021 06:12 PM UTC

Update #4

I have found that the error may be caused with the Component Location - Languaje 
I am using es-MX

With english language I not have problems

I make a custom model for 


 public class FileManagerDirectoryContentX
    {
        public string Path { get; set; }

        public string Action { get; set; }

        public string NewName { get; set; }

        public string[] Names { get; set; }
        public string Name { get; set; }

        public long Size { get; set; }

        public string PreviousName { get; set; }

        public DateTime DateModified { get; set; }

        public DateTime DateCreated { get; set; }

        public bool HasChild { get; set; }

        public bool IsFile { get; set; }

        public string Type { get; set; }

        public string Id { get; set; }

        public string FilterPath { get; set; }

        public string FilterId { get; set; }
public string ParentId { get; set; }

        public string TargetPath { get; set; }

        public string[] RenameFiles { get; set; }

#if EJ2_DNX
             public IList<System.Web.HttpPostedFileBase> UploadFiles { get; set; }
#else
        public IList<IFormFile> UploadFiles { get; set; }
#endif

        public bool CaseSensitive { get; set; }


        public string SearchString { get; set; }

        public bool ShowHiddenItems { get; set; }

        public FileManagerDirectoryContent[] Data { get; set; }

        public FileManagerDirectoryContent TargetData { get; set; }

        public AccessPermission Permission { get; set; }

        public string Nombre { get; set; }
        public long Talla { get; set; }
        public DateTime Modificado { get; set; }
    }

Whit this new properties, the filemanager not crash, but it does nothing with Nombre, Talla or Modificado values!

Finally with View as Details the filemanager crash (check te image please)
Drag and Drop its working fine now!

I hope you can help me!

Have a nice day!


Attachment: ULTIMO_ERROR_3a8b6327.rar


IL Indhumathy Loganathan Syncfusion Team April 2, 2021 11:55 AM UTC

Hi Jose, 
 
Greetings from Syncfusion support. 
 
We have validated your requirement in Syncfusion Blazor File Manager component. We have prepared a sample similar to your scenario. We have included FileManager within Tab component in Details view. In FileManagerDetailsViewSettings, you have to mention the custom Field names in the DirectoryContent class. We suspect that you are facing the mentioned issue due to this reason. Please check the below code snippets. 
 
<SfFileManager TValue="DirectoryContent" AllowDragAndDrop="true" View="ViewType.Details"> 
    <FileManagerAjaxSettings Url="/api/FileManager/FileOperations" 
                                DownloadUrl="/api/FileManager/Download" 
                                UploadUrl="/api/FileManager/Upload" 
                                GetImageUrl="/api/FileManager/GetImage"> 
    </FileManagerAjaxSettings> 
    <FileManagerEvents TValue="DirectoryContent" OnSend="OnBeforeSend"></FileManagerEvents> 
    <FileManagerDetailsViewSettings> 
        <FileManagerColumns> 
            <FileManagerColumn Field="Name" HeaderText="Nombre"></FileManagerColumn> 
            <FileManagerColumn Field="DateModified" HeaderText="Modificado"> 
            </FileManagerColumn> 
            <FileManagerColumn Field="UrlValue"> 
                <HeaderTemplate> 
                    <span>Talla</span> 
                </HeaderTemplate> 
                <Template> 
                    @{ 
                        var data = (context as DirectoryContent); 
                        <div>@data.Name</div> 
                    } 
                </Template> 
 
            </FileManagerColumn> 
        </FileManagerColumns> 
    </FileManagerDetailsViewSettings> 
 
    <FileManagerContextMenuSettings Visible="false"></FileManagerContextMenuSettings> 
    <FileManagerToolbarSettings Visible="false"></FileManagerToolbarSettings> 
 
    <FileManagerContextMenuSettings File="@Items" Folder="@Items" Visible="false"></FileManagerContextMenuSettings> 
    <FileManagerToolbarSettings Items="@ToolbarItems"></FileManagerToolbarSettings> 
 
</SfFileManager> 
…….. 
….…. 
public class DirectoryContent 
{ 
    public FileManagerDirectoryContent[] Data { get; set; } 
    public bool ShowHiddenItems { get; set; } 
    ………. 
    ..…….. 
    public bool IsFile { get; set; } 
    public bool HasChild { get; set; } 
    public string UrlValue { get; set; } 
    public DateTime DateCreated { get; set; } 
    public DateTime DateModified { get; set; } 
    public string PreviousName { get; set; } 
    public long Size { get; set; } 
    public string Name { get; set; } 
    public string[] Names { get; set; } 
    public string NewName { get; set; } 
    public string Action { get; set; } 
    public string Path { get; set; } 
    public FileManagerDirectoryContent TargetData { get; set; } 
    public AccessPermission Permission { get; set; } 
} 
 
We have prepared a sample to demonstrate the solution. 
 
 
Kindly check the sample, if we misunderstood share us your package version and reproduce the issue in our shared sample. 
 
Please refer the following links to know more about the Blazor FileManager component. 
 
 
 
 
Please let us know if you need any further assistance. 
 
Regards, 
Indhumathy L


JL jose luis barajas April 2, 2021 06:35 PM UTC

Hi Indhumathy

Thanks for your reply!

I made changes in my code, the problem with tab control  it was with
LondOn property, I changed the value Init to Demand and the filemanager data was shown!!!

Now, I have another problem with View Type, If I change ViewType to Details I get a exception when I click in file to show popup (yellow frame in bottom browser uggg!)


The model for TVALUE that I have is FileManagerDirectoryContent, I not use yours!

My code is as follows

 <TabItem>
                    <ChildContent>
                        <TabHeader Text="Archivos" IconCss="e-twitter"></TabHeader>
                    </ChildContent>
                    <ContentTemplate>

                                        <SfFileManager TValue="FileManagerDirectoryContent"
                                                       AllowDragAndDrop="true"
                                                       @bind-SelectedItems="selectedItems"
                                                       Locale="en"
                                                       View="ViewType.LargeIcons">

                                            <FileManagerEvents TValue="FileManagerDirectoryContent"
                                                               ToolbarItemClicked="menuClick"
                                                               FileSelection="fileSelect"
                                                               OnSend="OnBeforeSend">
                                            </FileManagerEvents>

                                            <FileManagerContextMenuSettings File="@Items" Folder="@Items" Visible="true"></FileManagerContextMenuSettings>
                                            <FileManagerToolbarSettings Items="@ToolbarItems"></FileManagerToolbarSettings>

                                            <FileManagerAjaxSettings Url="@FILE_MANAGER_FILEOPERATIONS"
                                                                     GetImageUrl="@FILE_MANAGER_GETIMAGE"
                                                                     UploadUrl="@FILEMANAGER_UPLOAD"
                                                                     DownloadUrl="@FILEMANAGER_DOWNLOAD">
                                            </FileManagerAjaxSettings>
                                        </SfFileManager>
                    </ContentTemplate>
                </TabItem>

Check the image please!



Attachment: ERRORX_57ab8036.rar

Marked as answer

JL jose luis barajas April 2, 2021 09:25 PM UTC

I am checking... I found One error in my controller!!!... stand by...


JL jose luis barajas April 2, 2021 11:23 PM UTC

Hi Indhumathy

I need your help
Image icons not show in Filemanager because I am storing the images in a folder where I have my api, not inside the wasm project.
I have one api in one web server and the wasm project in another web server.

Please can you helpme how to configure this, because all samples I see, has store the images in the same wasm project....

Attachment: icons_not_shown_c96d639f.rar


IL Indhumathy Loganathan Syncfusion Team April 5, 2021 12:24 PM UTC

Hi Jose, 
 
Query :Error with details View 
 
We have validated you reported issue with details view in FileManager and able to reproduce the issue in our end. We have considered this as a bug and this fix will be included in our Volume 1 SP release which will be rolled out by the month of May, 2021. 
 
You can track the status through the below link. 
 
 
We appreciate your patience. 
 
Query: Image Icon issue 
 
For the issue “Image icons are not shown in FileManager”, we need some additional details on the following from your end to proceed further. 
 
1.      Error screenshots and package version used. 
2.      Whether you have mapped correct GetImageUrl? 
3.      Whether you have performed any customization in Server side code. 
4.      Share us your server side code snippets. 
5.      Kindly share us some clear details on your use case scenario to load images from another server. 
 
These details will help us for further validation and provide you the prompt solution. 
 
Please let us know if you need any further assistance. 
 
Regards,            
Indhumathy L


JL jose luis barajas April 6, 2021 06:07 AM UTC

Hi!
Thanks I wait for the update!



KR Keerthana Rajendran Syncfusion Team April 6, 2021 11:08 AM UTC

Hi Jose, 
 
Most welcome. You can track the status of the bug “Error with details View” through the provided feedback link. Please get back to us with the requested details for Image icon issue, if you require further assistance on that. 
 
Regards, 
Keerthana. 



IL Indhumathy Loganathan Syncfusion Team June 1, 2021 03:17 PM UTC

Hi Jose, 
 
Thanks for your patience. 
 
We are glad to announce that our patch release (V19.1.66) is rolled out successfully. The issue with “Error while opening the context menu in FileManager details view” has been resolved in this release. To access this fix, we suggest you to update the package to the latest version 19.1.66. 
 
Please, refer the below sample link. 
 
 
Please let us know, if you need any further assistance. 
 
Regards, 
Indhumathy L 



JL jose luis barajas June 1, 2021 10:15 PM UTC

Hi Indhumathy Loganathan:

Thanks for your support...!

I just updated the new version and the bug has been fixed!

Something I found in the example that you post is the following:

When viewtype is set as LargeIcons, and one file is selected (click with mouse), the viewtype mode is immediately changed to detail,
viewtype is not maintained, why?






IL Indhumathy Loganathan Syncfusion Team June 2, 2021 11:52 AM UTC

Hi Jose, 
 
Most welcome. 
 
We have validated the last reported query “ViewType is changed immediately during file selection” with our previous shared sample. As mentioned in your end, we have changed the ViewType as LargeIcons, but unable to reproduce the reported issue. 
 
<SfFileManager TValue="FileManagerDirectoryContent" AllowDragAndDrop="true" @bind-SelectedItems="selectedItems" View="ViewType.LargeIcons"> 
 
We have attached a video footage on the same, where we have performed file and folder selection using mouse click in LargeIcons view. 
 
 
Please check the attached video and sample. If the issue persists, share us a video footage of the issue along with details on whether you have made any other code changes in the shared sample. These details would help us to assist you promptly. 
 
Please let us know if you need any further assistance. 
 
Regards, 
Indhumathy L


JL jose luis barajas June 2, 2021 05:14 PM UTC

Hi Indhumathy

Please check the steps to reproduce in attached file

Attachment: Steps_to_reproduce_5b6b8ac5.rar


IL Indhumathy Loganathan Syncfusion Team June 3, 2021 04:21 PM UTC

Hi Jose, 
 
Sorry for the inconvenience. 
 
We have validated your reported query in File Manager with the provided steps and able to reproduce the issue. To resolve this problem, you can use our @bind-view property. Refer to the below code snippet. 
 
<SfFileManager TValue="FileManagerDirectoryContent" AllowDragAndDrop="true" @bind-SelectedItems="selectedItems" @bind-View="view"> 
... 
public ViewType view = ViewType.LargeIcons; 
 
You can find the sample from below link. 
 
 
Please let us know if you need any further assistance. 
 
Regards, 
Indhumathy L 



JL jose luis barajas June 3, 2021 07:45 PM UTC

Hi Indhumathy 

Thanks for your support, your comment works fine!, also I found another issue, check word document please!



Attachment: ANOTHER_ISSUE_8e3b3e05.rar


IL Indhumathy Loganathan Syncfusion Team June 4, 2021 01:28 PM UTC

Hi Jose, 
 
We have validated your reported issues in File Manager component with the shared sample, but unable to reproduce the issue. Switching between views using context menu and toolbar items are working fine in the File Manager. Please find the below video demonstrating this scenario. 
 
 
Kindly check the reported issue in the provided sample. If the issue persists, share a video footage on the steps to replicate it in the above sample for better validation. If you have performed any code changes apart from the provided sample, share the code snippet on the same. If possible, modify the above sample to replicate the issue. These details would help us to assist you promptly. 
 
Please let us know if you need any further assistance. 
 
Regards, 
Indhumathy L 


Loader.
Up arrow icon