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

RadCombobox does not show the filter after the first selection

2 Answers 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
khai
Top achievements
Rank 1
khai asked on 11 Nov 2013, 12:40 AM
Hi,

I am using RadCombobox with filtering. And it does not show the filter after the first selection.
1. Type 'pro' and the the filter is shown
2. Select 'Product' from the list of available records
3. Empty the textbox by hitting Backspace.
4. Type 'pro' again or something like 'colour', the filter is not shown.
 
<telerik:RadComboBox x:Name="Entity"
Width="180"
IsTextSearchEnabled="True"
IsEditable="True"
TextSearchMode="Contains"
OpenDropDownOnFocus="True"
IsFilteringEnabled="True"
telerik:TextSearch.TextPath="Identifier.Name"
EmptyText="{Binding Path=Strings.EmptySelectEntity, Source={StaticResource ApplicationResources}}"
ItemsSource="{Binding ActiveModel.Entities}"
ItemTemplate="{StaticResource EntityItemTemplate}"
SelectedItem="{Binding ActiveEntity, Mode=TwoWay}"
cal:Message.Attach="[Event SelectionChanged] = [Action ActivateEntity($source)]"
KeyDown="Entity_OnKeyDown" />

Thanks.

2 Answers, 1 is accepted

Sort by
0
khai
Top achievements
Rank 1
answered on 11 Nov 2013, 02:58 AM
I did it by using:
control.IsDropDownOpen = true;
0
Kalin
Telerik team
answered on 13 Nov 2013, 10:15 AM
Hi Khai,

We are glad you managed to resolve it.

If you have any other questions let us know.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ComboBox
Asked by
khai
Top achievements
Rank 1
Answers by
khai
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or