I\'m trying to figure out how to make the rows in the following WPF DataGrid non-focusable. As you can see I tried adding a section t
Use IsHitTestVisible = False
IsHitTestVisible = False
Then apply the style to whatever columns you want to restrict focus for