You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Context menu in Blazor Spreadsheet component | Syncfusion
4
-
description: Check out and learn here about the context menu functionality in the Syncfusion Blazor Spreadsheet component and more.
3
+
title: Context Menu in Blazor Spreadsheet component | Syncfusion
4
+
description: Checkout and learn here about the context menu functionality in the Syncfusion Blazor Spreadsheet component and more.
5
5
platform: Blazor
6
6
control: Spreadsheet
7
7
documentation: ug
8
8
---
9
9
10
-
# Context menu in Blazor Spreadsheet component
10
+
# Context Menu in Blazor Spreadsheet component
11
11
12
-
Context menu is used to improve user interaction with Spreadsheet using the popup menu. It will open when right-clicking on Cell/Column header/Row header/Sheet tabs in the Spreadsheet. The [EnableContextMenu](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_EnableContextMenu) property can be used to enable/disable context menu.
12
+
The context menu is used to improve user interaction with the Spreadsheet component using the built-in popup menu. It opens when right-clicking on a cell, column header, row header, or sheet tab in the Spreadsheet. The [EnableContextMenu](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_EnableContextMenu) property can be used to enable/disable the context menu.
13
13
14
-
> The default value for the `EnableContextMenu` property is `true`.
14
+
> The default value for the `EnableContextMenu` property is **true**.
15
15
16
16
## Cell context menu options
17
17
18
-
Please find the table below for default context menu options and their actions.
18
+
Please find the table below for the default context menu options and their actions.
19
19
20
-
|Context menu options| Action |
20
+
|Options| Action |
21
21
| -- | -- |
22
22
| Cut | Cut the selected cells data to the clipboard. The data can be pasted into a different cell location. |
23
23
| Copy | Copy the selected cells data to the clipboard for pasting elsewhere. |
24
24
| Paste | Paste the data from clipboard to Spreadsheet. |
25
25
| Hyperlink | Create a link in the Spreadsheet to navigate to web links or cell reference within the sheet or other sheets in the Spreadsheet. |
26
26
| Sort | Perform sorting to the selected range of cells by ascending or descending. |
27
27
| Clear Contents | Remove the selected cells data. |
28
-
| Filter | Perform filtering to the selected cells based on an active cell’s value. |
28
+
| Filter | Perform filtering to the selected cells based on an active cells value. |
29
29
30
30

31
31
32
-
## Row header / Column header context menu options
32
+
## Row and column header context menu options
33
33
34
-
Please find the table below for default context menu options and their actions.
34
+
Please find the table below for the default context menu options and their actions.
35
35
36
-
|Context menu options| Action |
36
+
|Options| Action |
37
37
| -- | -- |
38
38
| Cut | Cut the selected row/column header data to the clipboard. The data can be pasted into a different cell location. |
39
39
| Copy | Copy the selected row/column header data to the clipboard for pasting elsewhere. |
@@ -44,19 +44,19 @@ Please find the table below for default context menu options and their actions.
44
44
45
45

46
46
47
-
## Sheet tabs context menu options
47
+
## Sheet tab context menu options
48
48
49
-
Please find the table below for default context menu options and their actions.
49
+
Please find the table below for the default context menu options and their actions.
50
50
51
-
|Context menu options| Action |
51
+
|Options| Action |
52
52
| -- | -- |
53
53
| Insert | Insert a new worksheet after the existing worksheet in the Spreadsheet. |
54
54
| Delete | Delete the selected worksheet from the Spreadsheet. |
55
55
| Duplicate | Create a copy of the selected worksheet in the Spreadsheet. |
56
56
| Rename | Rename the selected worksheet. |
57
-
| Protect Sheet / Unprotect Sheet | Protect Sheet prevents unwanted changes from others by limiting their ability to edit. Unprotect Sheet removes these restrictions. |
57
+
| Protect Sheet / Unprotect Sheet | Protect sheet prevents unwanted changes from others by limiting their ability to edit. Unprotect sheet removes these restrictions. |
58
58
| Move Right | Move the selected worksheet to the right of the next sheet. |
59
59
| Move Left | Move the selected worksheet to the left of the previous sheet. |
60
60
| Hide | Hide the selected worksheet. |
61
61
62
-

62
+

title: Cell Editing in Blazor Spreadsheet component | Syncfusion
4
-
description: Check out and learn here about the cell editing features in the Syncfusion Blazor Spreadsheet component and more.
4
+
description: Checkout and learn here about the cell editing features in the Syncfusion Blazor Spreadsheet component and more.
5
5
platform: Blazor
6
6
control: Spreadsheet
7
7
documentation: ug
8
8
---
9
9
10
10
# Editing in Blazor Spreadsheet component
11
11
12
-
The contents of a cell can be edited directly in the cell or by typing in the formula bar. By default, the editing feature is enabled in the Spreadsheet. Use the [AllowEditing](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowEditing) property to enable or disable the editing feature.
12
+
The contents of a cell can be edited directly within the cell or by typing in the formula bar. By default, the editing feature is enabled in the Spreadsheet. Use the [AllowEditing](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_AllowEditing) property to enable or disable the editing feature.
13
13
14
14
## Edit cell
15
15
16
-
Editing can be started by one of the following ways,
16
+
Editing can be started in one of the following ways,
17
17
18
-
* Doubleclick a cell to start the edit mode.
19
-
* Press `F2` key to edit the active cell.
20
-
* Use formula bar to perform editing.
21
-
*Use`BACKSPACE` or `SPACE` key to clear the cell content and start the edit mode.
18
+
* Double-click a cell to start edit mode.
19
+
* Press the `F2` key to edit the active cell.
20
+
* Use the formula bar to perform editing.
21
+
*Press`BACKSPACE` or `SPACE` key to clear the cell content and start edit mode.
22
22
23
23
## Save cell
24
24
25
-
If the cell is in editable state, the edited cell can be saved by one of the following ways,
25
+
If the cell is in an editable state, the edited cell can be saved in one of the following ways,
26
26
27
-
*Perform mouse click on any other cell rather than the current editing cell.
27
+
*Click any other cell except the one currently being edited.
28
28
29
-
* Press `Enter` or `Tab`keys to save the edited cell content.
29
+
* Press the `Enter` or `Tab`key to save the edited cell.
30
30
31
31
## Cancel editing
32
32
33
-
To cancel the editing without saving the changes, press the `ESCAPE` key. This will remove the editable state and update the unchanged cell content.
33
+
To cancel editing without saving changes, press the `ESCAPE` key. This exits the editable state and restores the original cell content.
34
34
35
-
The following animation illustrates the basic cell editing operations in the Spreadsheet component including double-clicking a cell to enter edit mode, editing cell values directly, saving edits by pressing Enter, and canceling edits with the Escape key.
35
+
The following animation illustrates basic cell editing operations in the Spreadsheet component, including double-clicking a cell to enter edit mode, editing values directly, saving changes by pressing `ENTER` key, and canceling edits with the `ESCAPE` key.
0 commit comments