We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Toolbar does not display in lazy loaded grid

I have an application that lazy loads an assembly that contains a Datagrid. The grid appears, but the Toolbar and context menu does not render.

I've attached the razor and code behind files.

Using Syncfusion.Blazor 20.4.0.44 

Video Link: https://app.screencast.com/d2M4YMfgL729k When the Login button is clicked, the BedBrigade.Admin.dll is lazy loaded. The grid menu opens the Grid but it should have a Toolbar (see code> Also, the Users menu should open a much larger grid but nothing shows.


Thanks


Mike


Attachment: Users_db021b0f.zip


1 Reply

NP Naveen Palanivel Syncfusion Team February 2, 2023 03:10 PM UTC

Hi Mike,

We understand your concern about the reported issue and have tried to reproduce it by using the provided code. Unfortunately, we were unable to do so. We suspect that the problem with the toolbar not appearing in the grid might be due to incorrect referencing of the script in your project. To resolve this , Please  ensure at your end once and  refer that code snippet and sample for more information


Index.Html

<head>

    <meta charset="utf-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <title>BlazorlazyloadScript</title>

    <base rel='nofollow' href="/" />

    <link rel='nofollow' href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />

    <link rel='nofollow' href="css/app.css" rel="stylesheet" />

    <link rel='nofollow' href=https://cdn.syncfusion.com/blazor/20.4.48/styles/fluent.css rel="stylesheet" />

    <script src=https://cdn.syncfusion.com/blazor/20.4.48/syncfusion-blazor.min.js type="text/javascript"></script>

    <link rel='nofollow' href="BlazorlazyloadScript.styles.css" rel="stylesheet" />

</head>

 

 



Please let us know if you have any concerns.


Regards,

Naveen Palanivel


Attachment: BlazorlazyloadScript_b98b551f.zip

Loader.
Live Chat Icon For mobile
Up arrow icon