Tag: PowerAppsGridControl

Edit Subgrids Side by Side with Power Apps Grid or Editable Grid
Edit Subgrids Side by Side with Power Apps Grid or Editable Grid
Blog Posts

There are a few blogs about opening the records of a subgrid in a dialog. For instance While dialogs are a much better user experience than navigating away, I would like to write about another option we can use: side-by-side editing using Side Panes (here the learn sdk link). The difference between the Dialogs (opened with Xrm.Navigation.navigateTo) and… READ MORE

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