Syncfusion Blazor Grid Detail Template

Note: We would like to inform you that the Virtualization feature has some limitations. Virtual scrolling is not compatible with detail template and hierarchy features. Find the below documentation for your reference.  https://blazor.syncfusion.com/documentation/datagrid/virtual/#limitations-for-virtualization

Syncfusion Blazor Resources

https://blazor.syncfusion.com/documentation https://blazor.syncfusion.com/demos/ https://www.syncfusion.com/forums/blazor-components https://www.syncfusion.com/kb/blazor-components https://www.syncfusion.com/blogs/category/blazor https://www.syncfusion.com/faq/blazor/general

Syncfusion Blazor Component Setup

https://blazor.syncfusion.com/documentation/getting-started/server-side-blazor/ Note: Starting with version 17.4.0.39 (2019 Volume 4), you need to include a valid license key (either paid or trial key) within your applications. Please refer to this help topic for more information. New: Syncfusion Blazor components are compatible with .NET 5.0 RC and it requires Visual Studio 2019 16.8 Preview 3 or later. Importing Syncfusion Blazor component in the... » read more

MatBlazor Setup

https://www.matblazor.com/ https://github.com/SamProf/MatBlazor Installation Install MatBlazor library via nuget. Install-Package MatBlazor or dotnet add package MatBlazor _Imports.razor Add @using MatBlazor in main _Imports.razor@using MatBlazor Usage MatBlazor components are self-supporting.<MatButton>Test</MatButton> Static files Add script section to index.html or _Host.cshtml (head section)<script src=”_content/MatBlazor/dist/matBlazor.js”></script><link href=”_content/MatBlazor/dist/matBlazor.css” rel=”stylesheet” /> Register services Add registration of service to Startup.csservices.AddMatBlazor(); Add MatPortal component Add MatPortalHost component to root component... » read more