Hi everyone,
I'm trying to implement a multi-columns RadComboBox in which I must be able to implement those two specific behaviors:
- When using the auto-complete feature, the combobox should consider text within all columns of the multi-columns RadComboBox when filtering the items.
- When the user select an item from the comboBox, only the text within the first column should be displayed.
So far, I can only manage to achieve #1 or #2 but not both at the same time.
Here's my RadComboBox declaration
And here's the code for the binding.
Any help would be appreciate, Thanks
Nick