This is a migrated thread and some comments may be shown as answers.

CustomText Not Working If Listing Item is Selected

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andre
Top achievements
Rank 1
Andre asked on 18 Jan 2016, 05:03 PM

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?

1 Answer, 1 is accepted

Sort by
0
Andre
Top achievements
Rank 1
answered on 18 Jan 2016, 05:19 PM

I discovered a solution by adding

Filter="StartsWith"

Tags
ComboBox
Asked by
Andre
Top achievements
Rank 1
Answers by
Andre
Top achievements
Rank 1
Share this question
or