
Announcements
Hi
I have a model driven app with an editable grid to edit the data. The user can now edit the data when clicking into the different cells of the grid.
To avoid data changes by accident we would like to initially disable editing of grid data and add enable editing of grid data only when a choice field value is changed, for example. Edit(Column name) field with Yes/No options, when yes is selected, only then enable fields to edit/insert the data. I have written below code but it is working as expected. Any suggestions would be highly appreciated, thank you.