I have a ComboBox control on a page that displays a list of cities:
<telerik:RadComboBox ID="radHomeCity" EnableLoadOnDemand="true" MarkFirstMatch="true" AllowCustomText="true" TabIndex="135" runat="server">
<WebServiceSettings Path="~/webservices/contact.asmx" Method="GetCities" />
</telerik:RadComboBox>
Within the combo box is a city called Maynard. The problem is when someone wants to enter a city called May, Maynard is selected. Do you all have any ideas on what to do?