This question is locked. New answers and comments are not allowed.
We have a situation in the grid where we have a start date column and an end date column. Our validation routine says that the start date must be earlier than the end date. However, we must suppose that the user might want to change both the start date and the end date, and simply begin by changing the start date. This can lead to the start date being later than the end date, but only temporarily.
The problem is that the validation gets triggered, and then the user can't move the active cell to the end date to make it conform to the validation. To get out of this trap, they must change the start date back, go change the end date, then finally again change the start date to whatever they wanted.
I think one way to solve this would be to be able to turn off the strict enforcement of the validation to allow the user to move out of the offending cell. Is this possible? Do you have a different suggestion?
The problem is that the validation gets triggered, and then the user can't move the active cell to the end date to make it conform to the validation. To get out of this trap, they must change the start date back, go change the end date, then finally again change the start date to whatever they wanted.
I think one way to solve this would be to be able to turn off the strict enforcement of the validation to allow the user to move out of the offending cell. Is this possible? Do you have a different suggestion?