I have a number of RadComboBoxes in a RadPropertyGrid, and my model has implemented IDataErrorInfo. When the property grid (and combobox) is first loaded, it validates correctly. But, once a value that should be acceptable is selected, the combobox is still marked with an error. Debugging shows that the validation only runs once.
How can I have the validation run when the value of the combo box changes?