diff --git a/blazor/datagrid/how-to/create-custom-grid-component.md b/blazor/datagrid/how-to/create-custom-grid-component.md index 1b2746496c..15b79a89d7 100644 --- a/blazor/datagrid/how-to/create-custom-grid-component.md +++ b/blazor/datagrid/how-to/create-custom-grid-component.md @@ -21,7 +21,7 @@ The following example creates a `CustomGrid` wrapper that renders `SfGrid` with @using Syncfusion.Blazor.Grids @typeparam TItem -