Skip to content

Commit 8d938bd

Browse files
Merge pull request #6984 from syncfusion-content/984039-blazor-hotfix
Documentation(984039) - Resolved the preview sample issue in blazor
2 parents 4144e80 + 681c862 commit 8d938bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

blazor/datagrid/clipboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: DataGrid
77
documentation: ug
88
---
99

10-
# Clipboard in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid
10+
# Clipboard in Blazor DataGrid
1111

1212
The clipboard feature in the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid provides an easy way to copy selected rows or cells data into the clipboard. You can use keyboard shortcuts to perform the copy operation. The following list of keyboard shortcuts is supported in the Grid to copy selected rows or cells data into clipboard.
1313

@@ -284,7 +284,7 @@ public class OrderData
284284
{% endhighlight %}
285285
{% endtabs %}
286286

287-
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLojTCUezbECphd?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
287+
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLojTCUezbECphd?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
288288

289289
> * If [EnableAutoFill](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_EnableAutoFill) is set to **true**, then the autofill icon will be displayed on cell selection to copy cells.
290290
> * It requires the selection [Mode](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridSelectionSettings.html#Syncfusion_Blazor_Grids_GridSelectionSettings_Mode) to be **Cell**, [CellSelectionMode](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridSelectionSettings.html#Syncfusion_Blazor_Grids_GridSelectionSettings_CellSelectionMode) to be **Box** and also [EditMode](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.EditMode.html#fields) to be **Batch**.

blazor/datagrid/excel-export-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ public class OrderData
12451245
{% endhighlight %}
12461246
{% endtabs %}
12471247

1248-
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNLSZfiWAQxFziVz?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
1248+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNLSZfiWAQxFziVz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
12491249

12501250
## Adding header and footer in the exported Excel document
12511251

blazor/datagrid/group-and-caption-aggregate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Here’s an example that demonstrates how to use group footer aggregates in the
110110
{% endhighlight %}
111111
{% endtabs %}
112112

113-
{% previewsample "https://blazorplayground.syncfusion.com/embed/LDhKCXUDfMsXaMrj?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
113+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LDhKCXUDfMsXaMrj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
114114

115115
## Group caption aggregates
116116

0 commit comments

Comments
 (0)