I have below combo box in mvvm-wpf application. I need to implement \"Text search\" in this..(along with multibinding). Can anybody help me please.
I don't know if your text search has to search ALL the text, but if you want to search from the category ID, you can just set the TextSearch.TextPath property to BidServiceCategoryId. That should also be helpful for anyone who wants to use multibinding and finds that the text search no longer works... It does work if you explicitly set the TextPath property.