I use for validation the IDataErrorInfo Interface (i use the mvvm pattern).
In my view I have a textbox binding to a int property (null is allowed!). The problem is, when i delete the text in my textbox, the text "Value '' could not be converted" will be displayed - but i have a nullable int property?!
Is there a simple solution? Thx!
↧
Validation error: Value '' could not be converted
↧