DEV Community

Cover image for ASP.NET Core Blazor | DataGrid Detail Template
Arun
Arun

Posted on

ASP.NET Core Blazor | DataGrid Detail Template

In this video we will discuss DataGrid templates in ASP.NET Core Blazor. Templates give you a great control over the rendered HTML.

Templates in Blazor DataGrid Component

Syncfusion Blazor DataGrid is highly customizable. It's a templated component which means we can customize various parts of the DataGrid UI to render custom components or content based on application requirements and our own logic.

More details refer below link
https://www.pragimtech.com/blog/blazor-webAssembly/blazor-datagrid-templates/

Top comments (0)