I\'m using the WPF DataGrid control to show some details and a select button, and I don\'t need the gray selector column down the left-hand side. It\'s also ruining the beau
Looks like the RowHeaderWidth is not supported in XAML BUT you can specify in the code behind right after the bind and it takes out that crappy selector column.