Hello all I have a combo box with check box and text box to search the results, what I am trying to do is when user search for specific records it should match and display which is working fine. When user check that check box and try to search again I would like to preserve the previous item which was checked along with the new search
I have my code here
https://drive.google.com/open?id=0ByVjmdncQgagX28zbkRWMVhPdVg3Q3EyYVVOcjkxcE0xWlNJ
This is related to the post here the same code WPF ComboBox with checkboxes and textbox with search field