diff --git a/blazor/datagrid/scrolling.md b/blazor/datagrid/scrolling.md index 7c0ea505b6..4360ebc70b 100644 --- a/blazor/datagrid/scrolling.md +++ b/blazor/datagrid/scrolling.md @@ -280,7 +280,7 @@ The following demo shows how to change the default frozen line color. ```cshtml @using Syncfusion.Blazor.Grids - + @@ -295,18 +295,15 @@ The following demo shows how to change the default frozen line color. @code{ @@ -343,9 +340,7 @@ The following demo shows how to change the default frozen line color. } ``` -The following screenshots represent a datagrid by customizing frozen line color. - -![Changing Frozen Line Color in Blazor DataGrid](./images/blazor-datagrid-frozen-line-color.png) +{% previewsample "https://blazorplayground.syncfusion.com/embed/hZVJXsXSLrGWRalt?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ### Limitations