.Net C#
WPF: How to select a row of a datagrid via a search string on a column using view model model view pattern.
This is a example on how to implement selecting a row in a datagrid based on a search string on a selected column. We are using the MVVM pattern. Via the combobox the user can Read more…