Skip to content

Commit 8981076

Browse files
authored
Merge pull request #10164 from kzilmer/patch-1
Update the-power-apps-grid-control.md based on known issues and limitations
2 parents 1875fdc + ec01f21 commit 8981076

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

powerapps-docs/maker/model-driven-apps/the-power-apps-grid-control.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Power Apps grid control | MicrosoftDocs"
33
description: "A control for use with Power Apps that lets users view, open, and edit records from a view or subgrid."
44
ms.custom: ""
5-
ms.date: 03/22/2024
5+
ms.date: 05/20/2024
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -106,10 +106,13 @@ To work around this, you can display a custom card by configuring the table to u
106106
- The grid doesn't currently support legacy theme customizations.
107107
- Cells with no data are blank instead of displaying three dashes **---**.
108108
- The owner column doesn't show online status and a people card for the user.
109+
- Columns lookup filters, when using the 'Equals' or 'Does not equal' operator, only show lookup options available within the current set of applied filters.
110+
- For example, if the contact table has users 'Person A', 'Person B', and 'Person C' but account table data only has rows referencing 'Person B' and 'Person C', then the column filter lookup for the contact column in the account grid only shows the options for 'Person B' and 'Person C'. This is a change in behavior from previous grids.
109111

110-
### Known issue
112+
### Known issues
111113

112-
If the dataset displayed in the grid contains duplicate rows, the duplicates might not display in the grid. This can lead to the reported record count showing more records than are actually in the grid, or more records appearing when exporting the data to Excel or viewing the data in legacy Advanced Find. This behavior applies to all grid controls, not just the Power Apps grid control.
114+
- If the dataset displayed in the grid contains duplicate rows, the duplicates might not display in the grid. This can lead to the reported record count showing more records than are actually in the grid, or more records appearing when exporting the data to Excel or viewing the data in legacy Advanced Find. This behavior applies to all grid controls, not just the Power Apps grid control.
115+
- If an user has read-only privileges to the main list and then navigates through a form to a sub-grid representing an entity to which they have write privileges, the sub-grid still won't allow the user to make changes as access is determined first by the main entity, then by the related entity.
113116

114117
### See also
115118

0 commit comments

Comments
 (0)