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

Filter options for the dropdown menu

1 Answer 43 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
JungTae
Top achievements
Rank 1
JungTae asked on 29 Oct 2010, 02:23 PM
I am currently binding an observablecollection of my own Custom class with a displayMemberpath directed at the object type's string members (string Name for example). I however, want to put a filter in what is displayed in the dropdown menu. For example, I have 5 total types    Joe, Bin, Melysa, Maria, Justin

My datagrid currently shows 3 of them in a combobox

Joe                                                                           

Bin

Melysa

In the dropdown menu to change names, I only want to show those names which haven't been used yet, (Maria and Justin in this case)
Please tell me if this is possible, and Please contact me for more clarification if needed

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 03 Nov 2010, 09:29 AM
Hello Jung,

Thank you for contacting us.

Unfortunately, there is no build in feature for that. You have to check which names are already in the DataGrid and feed the ComboBox with the remaining ones.
Sorry for the inconvenience.

If you have any other questions about our controls please let us know.

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
JungTae
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or