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
Copy file name to clipboardExpand all lines: designing-reports/report-designer-tools/web-report-designer/tools/table-context-menu.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ position: 9
12
12
13
13
The table context menu may be opened in two ways:
14
14
15
-
* Hover over the corresponding table, table column, or table row. Click on the ellipses (`...`) that will appear when you hover.
16
-
* Open the _Explorer_ tab in the Components/Explorer area of the Web Designer and find the corresponding table. Expand the groups. Click on the ellipses (`...`) beside the item.
15
+
* Hover over the corresponding table, table column, or table row. Click on the ellipses `...`when they appear.
16
+
* Open the _Explorer_ tab in the Components/Explorer area of the Web Designer and find the corresponding table. Expand the groups. Click on the ellipses `...` beside the item.
17
17
18
-
The exact options in the menu depend on the selected table part - see [Crosstab Areas]({%slug telerikreporting/designing-reports/report-structure/table-crosstab-list/understanding-crosstab-areas%}). They are determined by the static and dynamic groups the column/row falls in, whether there are merged cells, etc.
18
+
The exact options in the menu depend on the selected table part - see [Crosstab Areas]({%slug telerikreporting/designing-reports/report-structure/table-crosstab-list/understanding-crosstab-areas%}). The static and dynamic groups the column/row falls in, the availability of merged cells, etc. may also impact the content of the context menu.
19
19
20
20
## Context Menu for the entire Table item
21
21
@@ -46,7 +46,7 @@ The context menu items are as follows. Some of the options may be hidden or disa
46
46
*__Delete Columns__: Use to delete the corresponding columns.
47
47
*__Delete Rows__: Use to delete the corresponding rows.
48
48
*__Rotate Layout__: Rotate the table so that its columns become rows and vice-versa.
49
-
*__Add Group__: Use to add Row/Column group. Available options for `Row Group` / `Column Group`: `Parent`, `Child`, `Adjacent Above/Left` or `Adjacent Below/Right`.
49
+
*__Add Group__: Use to add Row/Column group. Available options for `Row Group` / `Column Group`: `Parent`, `Child`, `Adjacent Above/Left`, or `Adjacent Below/Right`.
50
50
*__Move Column__: Use to move a column or selection of columns. Only columns from static groups may be moved. If there are merged cells in the column, all the columns within the merged cells will be automatically selected and moved. Works only in tables and not in crosstabs. The designer automatically detects the possible moving directions. Available options: `Move Left` and `Move Right`.
51
51
52
52
## Context Menu for a Table Row
@@ -66,6 +66,6 @@ The context menu items are as follows. Some of the options may be hidden or disa
66
66
*__Delete Rows__: Use to delete the corresponding row.
67
67
*__Rotate Layout__: Rotate the table so that its rows become columns and vice-versa.
68
68
*__Split Cells__: Use to split the merged cells on the row.
69
-
*__Add Group__: Use to add Row/Column group. Available options: `Parent`, `Child`, `Adjacent Above/Left`, or `Adjacent Below/Right`.
69
+
*__Add Group__: Use to add Row/Column group. Available options for `Row Group` / `Column Group`: `Parent`, `Child`, `Adjacent Above/Left`, or `Adjacent Below/Right`.
70
70
*__Row Group__: Use to delete the group. You may choose whether to delete only the group or the related items as well. Available options: `Delete Group Only` and `Delete Group and Related Rows`.
71
71
*__Add Total Row__: Add a row with totals. The row will contain the Sum of the cell contents in the corresponding column when applicable.
0 commit comments