Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 842 Bytes

File metadata and controls

18 lines (11 loc) · 842 Bytes

Blazor DataGrid Cell Edit Template

This example shows how to render custom component for particular column.

The cell edit template is used to add a custom component for a particular column. You can use the EditTemplate of the GridColumn component to add the custom component. You can access the parameters passed to the templates using implicit parameter named context.

To know more about cell edit template topic in Grid, please refer our documentation here

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.