All Content
Timespan
explore our new search
Using Subgrid Control In Model Driven Apps
Model-Driven App
Mar 9, 2023 6:00 PM

Using Subgrid Control In Model Driven Apps

by HubSite 365 about Pragmatic Works

Citizen DeveloperModel-Driven AppM365 Hot News

In this video, Matt explains how to use a subgrid control inside of your Model Driven App. The subgrid controls are great for users to easily see

In this video, Matt explains how to use a subgrid control inside of your Model Driven App. The subgrid controls are great for users to easily see any related records from other tables when accessing a parent record.

You can also create brand-new records directly from the subgrid control. Placing this control inside of an MDA makes user navigation, record creation, and record viewing for any user of the application. No experience or training is needed for your app user to easily take advantage of this.

Using subgrid control in model-driven apps enables developers to create more dynamic and interactive applications. It allows for better user experience, as users can manipulate data from related entities within the same page.

This provides an efficient way to view, sort and filter related records without having to switch pages or tabs. Furthermore, it increases the overall performance of the application by eliminating unnecessary network requests that would otherwise be required when navigating between different forms. Additionally, it helps reduce complexity when dealing with large amounts of data by allowing users to quickly drill down into specific areas of interest.

Sep 26, 2022 — A subgrid exists within a main form and let app users view data within a Dataverse table, typically related to the record currently being ...

Sep 22, 2020 — Exploring more unified interface custom controls in model-driven apps. Focusing on sub-grid and view custom controls which are available ...

Approach A. I created a third (custom) entity: Account_Keyword with two lookup fields. One lookup to the Account entity and one lookup to the Keyword entity.