All Content
Timespan
explore our new search
​
Dataverse Delegable Paging in Power Apps
Microsoft Dataverse
Oct 20, 2022 6:00 AM

Dataverse Delegable Paging in Power Apps

by HubSite 365 about Scott Durow

Ex-Microsoft MVP @ Microsoft, #PowerPlatform Cloud Developer Advocate 🥑 #ProCodeNoCodeUnite

Citizen DeveloperMicrosoft DataversePower AppsPower Selection

In this tutorial, I show how to use the Creator Kit DetailsList grid with both internal and external paging so that it is fully delegable inside a Power Apps...

In this tutorial, I show how to use the Creator Kit DetailsList grid with both internal and external paging so that it is fully delegable inside a Power Apps model-driven app.

The Creator Kit DetailsList supports automatic paging if you are bound directly to a data source. Once you bind to a collection you need to then implement paging externally to the control and ensure that the sort and filtering are happening on the server.

This is part of a series of videos on building a model-driven custom page that shows a grid of accounts with fully delegable sorting, paging and filtering:

YouTube Responsive containers & the elevation control

After demonstrating how you can create apps that look native to model-driven apps at the Power Platform Conference, I was asked by so many to 'show me the code!' - here is part 1 of a series where I'll walk through the techniques that I used!

YouTube Dataverse Grid Control & Delegation in Power Apps

After demonstrating how you can create apps that look native to model-driven apps at the Power Platform Conference, I was asked by so many to 'show me the code!' - here is Part 2 of a series where I'm demonstrating how to build a custom page that has a responsive grid with filtering, and command bar actions.