I have a pretty simple input form that has some validation. I use the INotifyDataErrorInfo interface to confirm validation.
In the form, I have a combobox that is associated with a foreign key (ex ParentID).
If the check is false (the user must select an item from the list), Validationsummary displays the messages as:
ParentID Select a parent.
It's disgusting. How can I override ParentID only with parent ?
thanks for reference
source
share