I have an application form with several grid containers (like form sections) and each grid has about 25 fields. I don’t want to hide the grid container or the fields. The fields in the grid need to be visible for other groups to view the data but not to edit the data unless it’s granted through the JS codes. I know how to disable individual field but there would be so many fields to enable/disable.
Is it possible to disable the entire grid container similar to a datatable control?