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

IsFilteringEnabled is not working for Autocomplete

1 Answer 79 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Siva
Top achievements
Rank 1
Siva asked on 20 Jun 2011, 10:03 PM

 

Hello,

 

I am trying implement Autocomplete box using RadComboxBox.  Below is code. The drop down is not filtering even thought I set the property “IsFilteringEnabled”. Can you let me know if I am missing anything. Also, see the attached file to see what I am experiencing.


<telerikInput:RadComboBox x:Name="RadComboBox1"
        Margin="0 10 0 10"
        ItemsSource="{Binding AllAdvertisers, Mode=TwoWay}"
        SelectedValuePath="AdvertiserId"
        DisplayMemberPath="Name"
        CanAutocompleteSelectItems="False"
        SelectedItem="{Binding SelectedATSAdvertiser, Mode=TwoWay}"
        IsEditable="True"
        IsReadOnly="False"
        IsFilteringEnabled="True"
        OpenDropDownOnFocus="True"
        Text="{Binding AdvertiserAutoCompleteText, Mode=TwoWay}"
        telerik:TextSearch.TextPath="Name"
        VerticalAlignment="Center"
        Width="250"
        EmptyText="Select Advertiser"
        HorizontalAlignment="Left">
    <telerik:RadComboBox.ItemsPanel>
        <ItemsPanelTemplate>
            <VirtualizingStackPanel />
        </ItemsPanelTemplate>
    </telerik:RadComboBox.ItemsPanel>
</telerikInput:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 21 Jun 2011, 02:01 PM
Hello Siva,

I am sorry, but filtering and virtualization are not supported together. We are aware of the problem and we will do our best to provide a fix in the near future, but I cannot give an estimate at this moment.

Regards,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Siva
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or