Hi,
I am evaluating RadControls and so far I'm very impressed. During testing, I found the following problem. Here's my combo box control:
The combo box has the following two items:
item1 name: apples
item1 value: [1,1]
item2 name: apples and oranges
item2 value: [1,1]
If I type in "apples", these two items are displayed as expected. However, if I select "apples and oranges" and then click outside of the combo box, the selected item will change to "apples".
Is this behavior by design? Thank you in advance for your help.
Len
I am evaluating RadControls and so far I'm very impressed. During testing, I found the following problem. Here's my combo box control:
<
telerik:RadComboBox ID="fruit" AllowCustomText="true" runat="server" Width="200px"
Height="200px" EmptyMessage="Type to create new route"
EnableLoadOnDemand="true" Filter="Contains">
<WebServiceSettings Method="GetFruitNames" Path="fruits.asmx" />
</telerik:RadComboBox>
The combo box has the following two items:
item1 name: apples
item1 value: [1,1]
item2 name: apples and oranges
item2 value: [1,1]
If I type in "apples", these two items are displayed as expected. However, if I select "apples and oranges" and then click outside of the combo box, the selected item will change to "apples".
Is this behavior by design? Thank you in advance for your help.
Len