WPF XAML : How to disable multi selection in a DataGrid? May 15, 2023 by Tarik Set the DataGrid.SelectionMode: <DataGrid SelectionMode="Single" ...