It seems that after the Validation Provider kicks in on a control - and sets focus to it and displays the 'error' message....
That it keeps the focus on that control and the user cannot click on a different control on the form.
So, for example.
Let's say there are 2 radio buttons - each radio button causes a dropdown to load certain records
The user clicks on the Dropdown - then realizes they needed to click on the 2nd radio button first.
But now, the validation provider won't let them click the 2nd radio button because it maintains focus on the dropdown.
Is there a way to 'release' the focus so that the user can click on the 2nd radio button?