Can I do Text search with multibinding

后端 未结 2 1940
-上瘾入骨i
-上瘾入骨i 2021-01-07 00:16

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.



        
2条回答
  •  难免孤独
    2021-01-07 00:49

    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.

提交回复
热议问题