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

Filtering not working as expected in ComboBox

5 Answers 117 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 07 Feb 2011, 04:20 PM
Hello,

I am using the RAD ComboBox to display a list of CLR objects. When a user begins typing in this ComboBox, I want the results in the list to filter based on what is typed. I believe that I have followed the code showed in the demo here: http://demos.telerik.com/silverlight/#ComboBox/Configurator

When I click the combo box, my records are appearing in the drop down as I'm expecting. When I being typing, the records are changing, so I assume some filtering is occuring. However, the results in the list do not appear filtered based on what I am typing. Here is my code:

<telerik:RadComboBox x:Name="myComboBox"  Width="184"
  DisplayMemberPath="FullName" SelectedValuePath="FullName"
  ItemsSource="{Binding People}"
  telerik:TextSearch.TextPath="FullName" IsFilteringEnabled="True"
  CanAutocompleteSelectItems="True" CanKeyboardNavigationSelectItems="True"
  IsEditable="True" OpenDropDownOnFocus="True"
  TextSearchMode="Contains" EmptyText="(please select)"                     
  SelectionChanged="myComboBox_SelectionChanged">
  <telerik:RadComboBox.ItemsPanel>
    <ItemsPanelTemplate>
      <VirtualizingStackPanel />
    </ItemsPanelTemplate>
  </telerik:RadComboBox.ItemsPanel>
</telerik:RadComboBox>

What am I doing wrong? Why is my filtering not behaving as expected?

Thank you!

5 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 08 Feb 2011, 01:19 PM
Hi Bill,

Unfortunately, these two features (filtering and virtualization) do not work together yet. 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.

Please let us know if you have any other questions about our controls.

Greetings,
Konstantina
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Jarred Froman
Top achievements
Rank 1
answered on 23 Feb 2011, 06:32 PM
We are experiencing the same problem as well.  Is this slated to be fixed for the upcoming release or do we have to wait for a future release?  Also, do you have any recommendations for a workaround in the meantime so we can use the virtualization with the filtering?

Thanks,
-Jarred Froman
0
Konstantina
Telerik team
answered on 24 Feb 2011, 10:13 AM
Hello Jarred,

We do not have a certain timeframe yet, when this issue is going to be fixed. You can track the roadmap of our products to see if this is going to be implemented in the next release.
Unfortunately, due to limitations in the filtering of the ComboBox there is no workaround for using both - the virtualization and the filtering - together.
Sorry for the caused inconvenience.

Please let us know if you have any other questions about our controls.

Best wishes,
Konstantina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
danparker276
Top achievements
Rank 2
answered on 14 Apr 2011, 10:50 PM
Is this an issue we can vote on in the issue tracker?
0
Konstantina
Telerik team
answered on 15 Apr 2011, 01:15 PM
Hi Dan,

You can view the PITS issue here.

Kind 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
Bill
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Jarred Froman
Top achievements
Rank 1
danparker276
Top achievements
Rank 2
Share this question
or