I want to get the multiple selection of data-grid in WPF, as my the business requirement I have a customer table in data grid which allows multiple selection and radio butto
There are many stackoverflow posts concerning this problem. Following are two posts which describe how to get the selected items.
Code behind approach: DataGrid get selected rows' column values
MVVM approach: Bind to SelectedItems from DataGrid