The OnSave event in Model-Driven Forms was one of the events where we couldn't execute asynchronous code, and that stayed that way for a very long time. The only way we could make some requests before saving a record, was to stop the saving process, make the requests and start the saving again. But that... Continue Reading →
Fetch Related Records with Power Apps Grid Customizer Control
The Power Apps Grid customizer control is a preview feature I really look forward to. In the last two blogs I've already shown how to use it for: Host your own read-only or editable PCF inside the Power Apps Grid Implement calculated columns for offline using the Power Apps Grid In this blog I'll push... Continue Reading →
Implement Calculated Columns with Power Apps Grid Control
We can implement calculated columns using Dataverse formula columns (using Power Fx), and that should be the first choice. But that won't work in offline mode (at least not that I am aware of). Using the Power Apps Grid customizer control, I could get it work offline too. In case you don't know about the... Continue Reading →
Power Apps Grid Control – First Glimpse to the Cell Renderer and Editors
We've saw the Power Apps grid control (Preview) in the latest Wave Announcements. Each time we hear about great improvements. In Release Wave 1/2022 we've got inline-editing and infinite scrolling. But as we've tried it out, we saw the last parameter which sounded really promising: The description of the parameter was really exciting: Full logical... Continue Reading →