Tag: PCF

Disable Cells Using Power Apps Grid Customizer Control
Disable Cells Using Power Apps Grid Customizer Control
Blog Posts

Disabling controls on a form is a top requirement for model-driven apps projects. Of course this logic needs to be enforced on grids too. In case you are aware about “why we need this” and “what are the challenges”, and are looking for the solutions, you can jump directly to #Solutions. I’ve implemented 3 solutions, from… READ MORE

PCF: Design time vs run time
PCF: Design time vs run time
Blog Posts

Recently I developed quite a complex and quite flexible PCF control for my customer. I did all the testing and everything was working fine for me according to the provided requirements. I notified the customer that the latest version of the control was pushed to the environment and started to wait on the feedback. In… READ MORE

Colorful Optionset PCF – Virtual and Improved
Colorful Optionset PCF – Virtual and Improved
Blog Posts

It was my first PCF: the ColorfulOptionset ; developed about two years ago and published on pcf.gallery: https://pcf.gallery/colorful-optionset/. This month we’ve got a very important and long awaited PCF feature: the Virtual Components. Of course I had to try it out, and the ColorfulOptionset seemed to be the best fit for this first try. And since I was… READ MORE

Execute Commands Programmatically in PCF Dataset Component
Execute Commands Programmatically in PCF Dataset Component
Blog Posts

Introduction: Recently, we came across a new method in PCF – retrieveRecordCommand. This method will help us to retrieve the related commands for specific record(s). It also gives the flexibility to retrieve only specific commands that the user wants to see. So, let’s see a scenario in which this method would come handy. Let’s say we… READ MORE