Skip to content

Commit 5ebd231

Browse files
authored
Reconciled editorial comment.
1 parent e3209b2 commit 5ebd231

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,12 @@ You add a sub-grid component the same way as you add any other component. More i
3838
These are the properties available to configure when using a sub-grid component on a form using the form designer.
3939

4040

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-
4541
|Area |Name |Description |
4642
|---------|---------|---------|
4743
| **Display options** | **Label** | The localizable label for the sub-grid visible to users. <br /><br />This property is required.|
4844
| **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. |
4945
| **Display options** | **Hide on phone** | The sub-grid can be hidden to render a condensed version of the form on phone screens. |
50-
| **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. |
46+
| **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 list is also filtered to only list entities that are related to the current entity. |
5147
| **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. |
5248
| **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. |
5349
| **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. |

0 commit comments

Comments
 (0)