8000 Web Designer Table Context Menu (#1302) · telerik/reporting-docs@6af5548 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6af5548

Browse files
Web Designer Table Context Menu (#1302)
* Add files via upload * Rename designing-reports/report-designer-tools/web- 10000 report-designer/tools/WebDesignerContextMenu-Table.png to designing-reports/report-designer-tools/web-report-designer/tools/images/WebDesignerContextMenu-Table.png * Rename designing-reports/report-designer-tools/web-report-designer/tools/WebDesignerContextMenu-TableRow.png to designing-reports/report-designer-tools/web-report-designer/tools/images/WebDesignerContextMenu-TableRow.png * Rename designing-reports/report-designer-tools/web-report-designer/tools/WebDesignerContextMenu-TableColumn.png to designing-reports/report-designer-tools/web-report-designer/tools/images/WebDesignerContextMenu-TableColumn.png * Add files via upload * Create table-context-menu.md * Update table-context-menu.md * Delete designing-reports/report-designer-tools/web-report-designer/tools/images/WebDesignerContextMenu-TableColumn.png * Add files via upload * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md * Update table-context-menu.md
1 parent 9c25659 commit 6af5548

File tree

5 files changed

+71
-0
lines changed

5 files changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Table Context Menu
3+
page_title: Table Context Menu of Web Report Designer
4+
description: "Learn about the major items in the Context Menu of the Table item in Telerik Web Report Designer and how to use them."
5+
slug: telerikreporting/designing-reports/report-designer-tools/web-report-designer/tools/table-context-menu
6+
tags: context, menu, web, designer
7+
published: True
8+
position: 9
9+
---
10+
11+
# Web Report Designer Table Context Menu
12+
13+
The table context menu may be opened in two ways:
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.
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.
19+
20+
## Context Menu for the entire Table item
21+
22+
Hover over the top left table corner known as the __Corner area__ to open the Context Menu for the entire table
23+
24+
![The Table Context Menu of the Web Report Designer which lets you act over the entire table.](images/WebDesignerContextMenu-Table.png)
25+
26+
The context menu items are:
27+
28+
* __Copy, Paste, Reset Style__: Use to copy the style from one table to another, or reset to the default style.
29+
* __Bring To Front/Send To Back:__ Allows you to change the order of the items in the items collection of a section. Use when the table overlaps with another item to determine which one should stay on the top.
30+
* __Cut, Copy, Paste__: Use to copy the entire table.
31+
* __Delete__: Delete the corresponding table.
32+
33+
## Context Menu for a Table Column
34+
35+
Hover over the top right corner of the specific table column in the __Column Groups area__ to open its Context Menu.
36+
37+
![The Table Column Context Menu of the Web Report Designer which lets you act over the selected table column.](images/WebDesignerContextMenu-TableColumn.png)
38+
39+
The context menu items are as follows. Some of the options may be hidden or disabled, depending on the context, for example, the static and dynamic groups the column falls in:
40+
41+
* __Copy, Paste, Reset Style__: Use to copy the style from one table column to another, or reset the default style.
42+
* __Cut, Copy, Paste__: Use to copy the content from one table column to another.
43+
* __Delete__: Delete the content of the table column.
44+
* __Insert Column__: Let you insert a new column. Available options: `Left` or `Right` of the current one.
45+
* __Insert Row__: Let you insert a new row. Available options: `Above` or `Below` the current one.
46+
* __Delete Columns__: Use to delete the corresponding columns.
47+
* __Delete Rows__: Use to delete the corresponding rows.
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`.
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+
52+
## Context Menu for a Table Row
53+
54+
Hover over the left top corner of the specific table row in the __Row Groups area__ to open its Context Menu.
55+
56+
![The Table Row Context Menu of the Web Report Designer which lets you act over the selected table row.](images/WebDesignerContextMenu-TableRow-2.png)
57+
58+
The context menu items are as follows. Some of the options may be hidden or disabled, depending on the context, for example, the static and dynamic groups the row falls in, if there are merged cells, etc.:
59+
60+
* __Copy, Paste, Reset Style__: Use to copy the style from one table row to another, or reset the default style.
61+
* __Cut, Copy, Paste__: Use to copy the content from one table row to another.
62+
* __Delete__: Delete the content of the table row.
63+
* __Insert Row__: Let you insert a new row. Available options:
64+
+ For static groups: `Above` or `Below`.
65+
+ When the table has dynamic groups, you may add the new row as part of the current table group: `Inside Group - Above`, `Inside Group - Below`, or outside it: `Outside Group - Above`, `Outside Group - Below`.
66+
* __Delete Rows__: Use to delete the corresponding row.
67+
* __Rotate Layout__: Rotate the table so that its rows become columns and vice-versa.
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`.
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+
* __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

Comments
 (0)
0