Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Read only access to the rows of dynamic table

Avatar

Former Community Member
help please.

my form contains a dynamic table spanning across multiple pages. based on a radio button i need to make the table read only so that it cannot be modified. i made the table1.row1.rawValue.access=readOnly;

but it makes only the first row only as readOnly and the rest of the rows can be modified as usual. i wish to make all of them readOnly.any help much appreciated. hope i m clear on my question

thanks
2 Replies

Avatar

Level 5
did you try table1.access = "readOnly"

or table1.access = "protected"

Avatar

Former Community Member
Have you ensured that your text fields/rows are also set to "read only" (Object>Value>Type>Read Only). If you set all the objects within the table as read only (and not just the table), this should work for you.