Introduction:
Microsoft has brought in some intuitive features in its 2022 Wave 1 release. In this blog, we will explore the new editable features in the Power Apps grid control in model-driven apps.
There are two primary additions to the new Power Apps grid control (preview) for model-driven apps:
- Infinite scrolling: Users no longer need to navigate through pages to see more records. With infinite scroll, users can keep scrolling to their desired record.
- Inline editing within views and subgrids: As the name suggests, using this control gives user the ability to edit the records directly from the view.
Steps:
To enable this feature, follow the steps given below:
- Click on the gear icon at the top right -> Select Advanced Settings.
![Power Apps Grid control](http://www.inogic.com/blog/wp-content/uploads/2022/03/1Power-Apps-Grid-control.jpeg)
- Then go to Settings -> Customizations
![Power Apps Grid control](http://www.inogic.com/blog/wp-content/uploads/2022/03/2Power-Apps-Grid-control.jpeg)
- Next click on Customize the System
![Power Apps Grid control](http://www.inogic.com/blog/wp-content/uploads/2022/03/3Power-Apps-Grid-Control-scaled.jpeg)
- Now go to Components -> Entities -> Select Account-> Controls tab.
![Power Apps Grid control](http://www.inogic.com/blog/wp-content/uploads/2022/03/4Power-Apps-Grid-control.jpeg)
Note: We are using the Account entity/table for demonstration purposes. This can be applied to…
Source link