FIX. TextChanged firing twice when set the Text to string that is not available in the items.
When the Text is set to "Item4" and the "Item4" is not available in the list items, the TextChanged seems to be firing twice: once for RadDropDownList1.Text="" and second for RadDropDownList1.Text="Item4"