I have a table with a Radio Button group. Once of the radio button options is called "Change", which will allow a user to change some values for that row. I would like to have all fields in every row "read only" until a user selects the "Change" option for a row; after choosing that option, specific fields in that row should have the read-only option turned off so they can edit those specific fields.
I'm hoping someone has some sample javascript that will update a field so it is editable for only the row that contains the value "Change" in the radio button group.