we used RadAutoCompleteBox for user to get value quickly.But here we faced the problem as if the user enter incorrect value(which is not present in the Item Source),we need to show the validation error text as the text you enter is incorrect like that. and we need this validation in the data annotation format (ex : RadMaskedTextBox for Numeric).
Hi, You can achieve the desired by implementing a custom data validation of the SelectedItem. Please check the attached sample that demonstrates the exact approach. If you have any further questions or issue, please open a support ticket. Regards, Kalin