You will have a data grid in your view (xaml and xaml.cs), where you will bind ItemSource to an observable collection in your view model. You will enter your input from your text box and put it through your search algorithm. The search algorithm will filter the data in the collection, and you can simply move the item you want in the collection to the front.
source
share