Skip to content

Commit b4aed4e

Browse files
991769: Updated the UG content and samples for Editing in Blazor DataGrid
1 parent c310063 commit b4aed4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ Editing operations in the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazo
13341334

13351335
## How to make a Blazor DataGrid column always editable
13361336

1337-
To configure a Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid column for continuous editability, use the column template feature. This approach is particularly effective for enabling direct editing of specific column values within the Grid.
1337+
To configure a Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid column for continuous editing, use the column template feature. This approach is particularly effective for enabling direct editing of specific column values within the Grid.
13381338
In the following example, the [SfTextBox](https://blazor.syncfusion.com/documentation/textbox/getting-started-webapp) component is rendered in the **Freight** column using a column template. Edited changes are saved to the data source using two-way binding (**@bind-Value**) of the `SfTextBox`.
13391339

13401340
{% tabs %}

0 commit comments

Comments
 (0)