diff --git a/blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md b/blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md index d95667355c..558037fdf5 100644 --- a/blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md +++ b/blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md @@ -173,7 +173,7 @@ Install-Package Syncfusion.Blazor.Themes -Version {{ site.releaseversion }} - Open the **~/_Imports.razor** file and import the required namespaces. -```razor +```cs @using Syncfusion.Blazor @using Syncfusion.Blazor.Grids @using Syncfusion.Blazor.Data diff --git a/blazor/datagrid/excel-exporting.md b/blazor/datagrid/excel-exporting.md index 6a4ff80675..0dab6f10cc 100644 --- a/blazor/datagrid/excel-exporting.md +++ b/blazor/datagrid/excel-exporting.md @@ -636,6 +636,7 @@ public class OrderData public string ShipName { get; set; } } +{% endhighlight %} {% endtabs %} {% previewsample "https://blazorplayground.syncfusion.com/embed/hNryZJitJZwsZqkm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} \ No newline at end of file diff --git a/blazor/datagrid/global-local.md b/blazor/datagrid/global-local.md index 32591d8d94..8f8cf1e75d 100644 --- a/blazor/datagrid/global-local.md +++ b/blazor/datagrid/global-local.md @@ -182,7 +182,7 @@ Install-Package Syncfusion.Blazor.Buttons -Version {{ site.releaseversion }} - Open the **~/_Imports.razor** file and import the required namespaces. -```razor +```cs @using Syncfusion.Blazor @using Syncfusion.Blazor.Grids @using Syncfusion.Blazor.Buttons diff --git a/blazor/datagrid/template-pdf-export.md b/blazor/datagrid/template-pdf-export.md index efdb1b867d..2b1d072691 100644 --- a/blazor/datagrid/template-pdf-export.md +++ b/blazor/datagrid/template-pdf-export.md @@ -7,7 +7,7 @@ control: DataGrid documentation: ug --- -# Exporting Grid with templates in Blazor DataGrid +# Exporting Blazor DataGrid with templates The Syncfusion Blazor DataGrid offers the option to export the column, detail, and caption templates to an PDF document. The template contains images, hyperlinks, and customized text.