SyncfusionExamples / EJ2-DataGrid-Blazor-Editing-CellEditTemplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:HTML 47.9%Language:CSS 26.1%Language:C# 26.1%