Skip to content

Commit cefb6ba

Browse files
984957: Updated the UG content and samples for Cell in Blazor DataGrid
1 parent 0cee41c commit cefb6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By default, HTML content is encoded to prevent security vulnerabilities. To rend
2424
To configure:
2525

2626
- Set `DisableHtmlEncode` to **false** in the column definition.
27-
- Insert HTML tags such as <img>, <a>, or <table> directly into the cell content.
27+
- Insert HTML tags such as `<img>`, `<a>`, or `<table>` directly into the cell content.
2828
- Use a [Blazor Toggle Switch](https://www.syncfusion.com/blazor-components/blazor-toggle-switch-button) to dynamically control the encoding behavior.
2929
- Handle the [ValueChange](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Buttons.SfSwitch-1.html#Syncfusion_Blazor_Buttons_SfSwitch_1_ValueChange) event to update the column setting.
3030
- Call the [Refresh](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_Refresh) method to apply the changes and re-render the Grid.

0 commit comments

Comments
 (0)