You PropertyGrid automates real-time detection of data legitimacy, that is nice. However, in ViewModel, the program not sure if the data is legit.
For example, the user still can click the button when the data was not legitimate; or after the userclick the button, program don't know if the data is legit.
I hope PropertyGrid can add a bool property call "HasErrors", which can bind to ViewModel.
You PropertyGrid automates real-time detection of data legitimacy, that is nice. However, in ViewModel, the program not sure if the data is legit. For example, the user still can click the button when the data was not legitimate; or after the userclick the button, program don't know if the data is legit. I hope PropertyGrid can add a bool property call "HasErrors", which can bind to ViewModel.