How to select multiple items in a combobox@WPF

  • Thread starter Thread starter vsp.santu
  • Start date Start date
V

vsp.santu

Guest
Hi all

I am working on WPF with mvvm pattern. Now, i need to select multiple items from combobox. Once I select the multiple items from combobox and if I click on search button, then I should get records in a gridview. Based on selection in combo, I need to be edit the records and delete the records.

How can I do this. Please share any codes. Below is my code. But is not working fine. From below my codes I can able select only single item in combobox. As well as please see the screenshots.


4dd66d5ed28d99e3aaa3267e5b30be4b._.png


Continue reading...
 
Back
Top