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

Custom Filter in RadComboBox

1 Answer 86 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Daniel Kassell
Top achievements
Rank 1
Daniel Kassell asked on 27 Mar 2012, 07:34 AM
Hi,

I'm trying to get the RadComboBox to filter its items on several properties.

Lets say I have a collection of cities with ZipCode and Name like this class below:

public class City
{
    public string ZipCode { get; set; }
    public string Name { get; set; }
}

Now, if the user puts in "AL" into the ComboBox, I want the ComboBox to show the user all items that has a ZipCode that begins with AL and also all items that has a Name that begins with AL.

How do I achieve this with the RadComboBox?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 28 Mar 2012, 11:24 AM
Hi Daniel,

Currently RadComboBox doesn't provide a way to have custom filtering, but we have logged this in our PITS, you can vote for it and track its progress here.

Kind regards,
Yana
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ComboBox
Asked by
Daniel Kassell
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or