When UndoRedoManager was disabled, Validation was no longer triggered (because of lack of OnEndAction events from that). In order to solve that, the OnChanged event (which is REALY NOT obsolete) has to be listened to to reactivate the Validation. So added this. And as Repair all can take a while, added a wait cursor for that operation.
Related to Issue [
DSB-499]