Hi,
Please help me to resolve the Bug.
Scenerio:
In My RadCombo following item are exist...
1234 - Client
12345 - Client 2
When I put '123' and enter 'TAB' then in the combo box it show both value above mention.
~ same like this ---> 1234 - Client12345 - Client 2
Please help me to resolve the Bug.
Scenerio:
In My RadCombo following item are exist...
1234 - Client
12345 - Client 2
When I put '123' and enter 'TAB' then in the combo box it show both value above mention.
~ same like this ---> 1234 - Client12345 - Client 2
<telerik:RadComboBox ID="cboCustomer" runat="server" AllowCustomText="false" Filter="StartsWith" |
MarkFirstMatch="true" AutoCompleteSeparator="None" OnClientFocus="OnClientFocus"> |
<CollapseAnimation Duration="200" Type="OutQuint" /> |
</telerik:RadComboBox> |
function OnClientFocus(combo, e) |
{ |
combo.showDropDown(); |
} |