Good morning, I need to add an editable column in a gridField because I don't want to lose functionality. Is it possible to do this?
Discussion posts and replies are publicly visible
Hi Luis Miguel
You cannot make a field editable in the read only grid but one way to that is to use a form to edit the field you want to make editable and by using write records you can update the edited data to the record. In the screen shot a read only grid is updated using form and then written to record. You can use the same and feel free to ask if you find any difficulty in this.