I have a table that has text fields in cells. The text fields are usually uneditable. When the user selects a row I wish to use the table object to access the specific row and set its text field(s) to editable. How would this be done? I know the selected row index. Do I call something like get rows on the table?
↧