The process of submitting and distributing custom apps across Microsoft 365 platforms, including Outlook, Teams, and the Microsoft 365 app store.
The legacy read-only grid and the Power Apps read-only grid are deprecated and are being replaced by the unified Power Apps grid control, which can be configured as read-only or editable per grid instance.
To achieve different behaviors for two subgrids on the same table using out-of-the-box capabilities:
- Configure the table’s grid control
- In Power Apps, go to Solutions and open the solution.
- Open the table and go to the Controls tab.
- Ensure the Power Apps grid control is selected as the grid control for the table, since this is the modern, supported grid.
- Add two subgrids to the form
- Open the form in the form designer.
- Add the first subgrid for the table (this will be the editable one).
- Add the second subgrid for the same table (this will be the read-only one).
- Configure each subgrid’s control behavior
- For each subgrid, open Change Properties → Controls.
- Ensure the Power Apps grid control is selected for that subgrid.
- For the subgrid that should allow creating records, configure the grid control properties so it is editable (inline editing enabled). This subgrid will show the + New behavior.
- For the subgrid that should be read-only, configure the grid control properties so it remains read-only. In a read-only configuration, users can view and open records but cannot edit or add new ones, and the create option is not exposed from that grid.
Because grid behavior is configured per subgrid via the selected control and its properties, the same table can appear as editable in one subgrid and read-only in another without relying on security roles.
Note: The older Power Apps read-only grid and Editable grid controls are deprecated and should be replaced with the Power Apps grid control, which supports both read-only and editable scenarios in a single control.
References: