Skip to content

Commit 3cdade8

Browse files
991769: Updated the UG content and samples for Editing in Blazor DataGrid
1 parent d7c9e9a commit 3cdade8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blazor/datagrid/template-editing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ documentation: ug
1111

1212
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid component supports template editing, offering a flexible approach to customize the appearance and behavior of cells during editing. Templates can be used to define the structure and content of editable cells within the grid.
1313

14-
> Review the [Template](https://blazor.syncfusion.com/documentation/datagrid/templates) section before implementing template editing to understand template configuration in the grid.
15-
1614
## Inline template editing
1715

1816
The inline template editing feature in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid allows customization of the default inline editing behavior by enabling custom editors for grid rows. This is achieved by setting the [GridEditSettings.Mode](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEditSettings.html#Syncfusion_Blazor_Grids_GridEditSettings_Mode) property to **Normal** and wrapping editor elements inside the [Template](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridEditSettings.html#Syncfusion_Blazor_Grids_GridEditSettings_Template) property of the [GridEditSettings](https://help.syncfusion.com/cr/aspnetcore-blazor/Syncfusion.Blazor.Grids.GridEditSettings.html). This feature is useful for including additional fields not present in the column model or rendering highly customized editors.

0 commit comments

Comments
 (0)