Hi,
I have radcombobox which is
IsEditable="True"
IsTextSearchEnabled="True"
TextSearchMode="StartsWith"
Now when user enters some text which is not present in the list that is binded to the radcombobox and the radcombobox loses focus, i want a alert which tells users that value entered is not available and clears the text entered in the radcombobox.
Please guide.