Model-Driven-Apps: Implement Editable Grid and learn how to customize it
Image Source: Shutterstock.com
Feb 17, 2023 11:00 PM

Model-Driven-Apps: Implement Editable Grid and learn how to customize it

External Blog Post

Let’s learn how to implement Editable Grid and apply simple customization. As the name, the Editable Grid is a grid where we can do inline editing.

“Editable grid is a custom control that provides rich inline editing capabilities on web and mobile clients (Dynamics 365 for phones and Dynamics 365 for tablets) including the ability to group, sort, and filter data within the same grid so that you do not have to switch records or views. “

Let’s learn how to implement Editable Grid and apply simple customization. As the name, the Editable Grid is a grid where we can do inline editing. In this blog, I create a custom table where we will implement the below scenario:

  • On Qty or Unit Price changed, set Total with formula Qty * Unit Price.
  • On Calculate Status changed, if set as “In Progress” then set Actual Start = Today’s date. If set as “Completed”, set Actual End = Today’s date.

Model-Driven-Apps: Implement Editable Grid and learn how to customize it – Temmy Wahyu Raharjo

Model-Driven Apps

Model-Driven Apps are a type of application that is driven by data models. They provide users with an intuitive and easy to use interface for creating, managing, and analyzing enterprise data. The Editable Grid feature allows users to quickly customize the look and feel of their Model-Driven App by adding or removing columns, changing column widths, reordering columns, setting default values for fields, etc. It also provides a way for users to easily add new rows into the grid without having to manually enter each field value one at a time. With this feature enabled in your Model-Driven App you can make quick adjustments on the fly as needed without needing any coding knowledge or expertise.

Dec 15, 2022 — To enable editable grid for a grid in a form, open the form editor, double-click the read-only grid that you want to replace with the editable ...

Dec 24, 2022 — Let's learn how to implement Editable Grid and apply simple customization. As the name, the Editable Grid is a grid where we can do inline ...

Dec 11, 2022 — Here's how you can add an Editable Grid using the new Power Apps Grid control in Power Apps Model-Driven Apps designer.