
Hi,
On Make model-driven app views and grids (lists) editable by using the Editable Grid custom control with Power Apps - Power Apps | Microsoft Docs, it mentions Editable grids support "Enabling or disabling of cells based on security role".
I can't find any info regarding this specific point. I would like to learn how it can be done.
Does anyone have an example/guide?
Thank you in advance!
--
Yours
Hi JLKM,
This feature means that when the user doesn't have the corresponding privilege in the security role, the cells in the editable grid would be disabled.
For example, a User only have the read privilege of Account entity in the security role like this:
When the user open the view of account, the cells would be disabled and the user couldn't edit the account record:
When you assign the user write privilege, the user could edit it: