Skip to content

Commit e3209b2

Browse files
author
Laurie Dunham
authored
Update form-designer-add-configure-subgrid.md
1 parent c2dd717 commit e3209b2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

powerapps-docs/maker/model-driven-apps/form-designer-add-configure-subgrid.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,32 @@ search.app:
2323
- D365CE
2424
---
2525

26+
27+
28+
<!-- note from editor: I recommend removing the hyphen from "sub-grid" based on the style guide entry for sub: https://styleguides.azurewebsites.net/Styleguide/Read?id=2700&topicid=28872. I didn't change it here because I don't know how wide an impact that might have. -->
29+
30+
2631
# Add and configure a sub-grid component on a form
2732
A form that displays the details of a record can use a sub-grid component to display a list of related or unrelated records in a tabular format. Makers can add and configure a sub-grid component using the form designer.
2833

2934
## Add a sub-grid component
30-
You add a sub-grid component the same way as you add any other component. More information: [Add, move or delete components on a form](add-move-configure-or-delete-components-on-form.md)
35+
You add a sub-grid component the same way as you add any other component. More information: [Add, configure, move, or delete components on a form](add-move-configure-or-delete-components-on-form.md)
3136

3237
## Configure a sub-grid component
3338
These are the properties available to configure when using a sub-grid component on a form using the form designer.
3439

40+
41+
42+
<!--note from editor: Drop-down should be used as an adjective only. Please add "list," "menu," or whatever else is appropriate with drop-down in line 50. -->
43+
44+
3545
|Area |Name |Description |
3646
|---------|---------|---------|
3747
| **Display options** | **Label** | The localizable label for the sub-grid visible to users. <br /><br />This property is required.|
3848
| **Display options** | **Name** | The unique name for the sub-grid that is used when referencing it in scripts. The name can contain only alphanumeric characters and underscores. <br /><br />This property is required. |
3949
| **Display options** | **Hide on phone** | The sub-grid can be hidden to render a condensed version of the form on phone screens. |
4050
| **Display options** | **Show related records** | When selected, the sub-grid displays only records related to the current record that is displayed on the form. <br /><br />The **Entity** drop-down is also filtered to only list entities that are related to the current entity. |
41-
| **Display options** | **Entity** | The entity whose records you want to display in the sub-grid. <br /><br />When **Show related records** is selected the list of entities is filtered to show only entities that are related to the current entity. In addition to the entity name the name of the lookup field is also displayed in parentheses. |
51+
| **Display options** | **Entity** | The entity whose records you want to display in the sub-grid. <br /><br />When **Show related records** is selected, the list of entities is filtered to show only entities that are related to the current entity. In addition to the entity name, the name of the lookup field is also displayed in parentheses. |
4252
| **Display options** | **Default view** | The view of the entity selected in the **Entity** property that will be used to get and display the list of records in the sub-grid. |
4353
| **Display options** | **Allow users to change view** | When selected, app users can change from the **Default view** to another view of the entity selected in the **Entity** property. |
4454
| **Display options** | **Show all views** | When selected, app users can change from the **Default view** to all other views of the entity selected in the **Entity** property. <br /><br />This property is only available when **Allow users to change view** is selected. |

0 commit comments

Comments
 (0)