Skip to content

drivardxrm/RecordImage.CellRenderer

Repository files navigation

Record Image Cell Renderer for PowerApps Grid

GitHub all releases

This generic Cell Renderer is a specialized PCF Control that works in conjunction with the PowerApps Grid Control.

It renders each record's primary name column and other lookup columns contained in the view along with their primary images when defined, thus improving visual clarity and user experience.

Download Here

Example with main table views :

  • View with PrimaryName column only

image

  • View with PrimaryName and other Lookup columns

image

Example with a subgrid on a form :

image

Configuration

Simply add 'driv_DR.RecordImageCellRenderer' in the Customizer Control parameter of the PowerApps Grid Control

image

Blog Post:

https://itmustbecode.com/powerapps-grid-control-how-to-make-cell-renderers-more-generic/

Link to Grid Customization Documentation :

https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/the-power-apps-grid-control https://learn.microsoft.com/en-us/power-apps/developer/component-framework/customize-editable-grid-control