The following example might seem rather trivial, but I could not help but think about if there was a downside to any of the two….
Here’s the example: I have a grid that allows the data in it to be edited. Furthermore, I added a checkbox to the form that is to make the grid read only when checked:
Reason for this is that I do not want to get into edit mode by accident.
…