From 67f920f117105f0d2eb74705c474ca269af45912 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Tue, 21 Oct 2025 18:13:12 +0530 Subject: [PATCH 1/2] Documentation(984039) - Resolved the preview sample issue in blazor --- blazor/datagrid/clipboard.md | 2 +- blazor/datagrid/excel-export-options.md | 2 +- blazor/datagrid/group-and-caption-aggregate.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/datagrid/clipboard.md b/blazor/datagrid/clipboard.md index 52fe11dff9..d688d9927e 100644 --- a/blazor/datagrid/clipboard.md +++ b/blazor/datagrid/clipboard.md @@ -284,7 +284,7 @@ public class OrderData {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLojTCUezbECphd?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/hDLojTCUezbECphd?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} > * 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. > * 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**. diff --git a/blazor/datagrid/excel-export-options.md b/blazor/datagrid/excel-export-options.md index e1d5e552e6..0d359dba24 100644 --- a/blazor/datagrid/excel-export-options.md +++ b/blazor/datagrid/excel-export-options.md @@ -1245,7 +1245,7 @@ public class OrderData {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/rNLSZfiWAQxFziVz?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/rNLSZfiWAQxFziVz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ## Adding header and footer in the exported Excel document diff --git a/blazor/datagrid/group-and-caption-aggregate.md b/blazor/datagrid/group-and-caption-aggregate.md index 038a9b5d39..07433b4653 100644 --- a/blazor/datagrid/group-and-caption-aggregate.md +++ b/blazor/datagrid/group-and-caption-aggregate.md @@ -110,7 +110,7 @@ Here’s an example that demonstrates how to use group footer aggregates in the {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/LDhKCXUDfMsXaMrj?appbar=true&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/LDhKCXUDfMsXaMrj?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} ## Group caption aggregates From 681c8625af2aa3ed0ba298cde4960b761ac48f08 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Tue, 21 Oct 2025 18:27:34 +0530 Subject: [PATCH 2/2] updated the md file --- blazor/datagrid/clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazor/datagrid/clipboard.md b/blazor/datagrid/clipboard.md index d688d9927e..82dbe16c69 100644 --- a/blazor/datagrid/clipboard.md +++ b/blazor/datagrid/clipboard.md @@ -7,7 +7,7 @@ control: DataGrid documentation: ug --- -# Clipboard in Syncfusion® Blazor DataGrid +# Clipboard in Blazor DataGrid The clipboard feature in the Syncfusion® 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.