Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blazor/datagrid/connecting-to-adaptors/web-api-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions blazor/datagrid/excel-exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
2 changes: 1 addition & 1 deletion blazor/datagrid/global-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blazor/datagrid/template-pdf-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down