How can we use the Read only Subgrid in Model driven app?

Siva Pitchai 0 Reputation points
2026-06-05T21:20:46.1333333+00:00

I know that read only sub-grid got depreciated. Refer the link here (https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/power-apps-grid-control)

Now, how can we disable the "+ New table name" option in sub-grid. Not using security role.

I wanted to place a sub-grid in 2 places for same entity. one sub-grid would be read and write (user can add new records by click "+") whereas in another sub-grid user cannot see "+ new table name" option

How can we achieve it in model driven app OOTB?

Microsoft 365 and Office | Development | Microsoft 365 App Publishing
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hin-V 16,830 Reputation points Microsoft External Staff Moderator
    2026-06-05T22:40:26.93+00:00

    Hi @Siva Pitchai

    Thank you for sharing your concern. 

    Since my current category primarily focuses on Office 365 products, and your concern relates to Microsoft Power Apps, I want to ensure you receive the most accurate and effective assistance. For this reason, I recommend posting your question in the Power Platform community. You can post it in both the Power Apps and Power Automate forums to gain insights from both areas of the Power Platform.  

    By posting there, you’ll connect with a highly knowledgeable group of contributors who can either share their expertise or learn alongside your scenario, increasing the chances of a quick and relevant solution. 

    I apologize for redirecting you to a different community. However, members in this category primarily focus on Office 365 related topics and may have limited experience with Power Platform tools. Guiding you to the appropriate forum ensures you receive faster and more accurate assistance. 

    As community moderators, we also sincerely appreciate your understanding that our access to internal development information is limited. Our role is to help guide users toward the most suitable resources and support channels. While we may not have visibility into deeper backend analysis, we remain committed to supporting you as best as we can within our scope. 

    If you have any additional concerns, feel free to comment below. I would be more than happy to assist. 


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.   

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-05T21:21:11.5433333+00:00

    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:

    1. Configure the table’s grid control
      1. In Power Apps, go to Solutions and open the solution.
      2. Open the table and go to the Controls tab.
      3. Ensure the Power Apps grid control is selected as the grid control for the table, since this is the modern, supported grid.
    2. Add two subgrids to the form
      1. Open the form in the form designer.
      2. Add the first subgrid for the table (this will be the editable one).
      3. Add the second subgrid for the same table (this will be the read-only one).
    3. Configure each subgrid’s control behavior
      1. For each subgrid, open Change PropertiesControls.
      2. Ensure the Power Apps grid control is selected for that subgrid.
      3. 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.
      4. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.