I have a DataGrid, bound to a DataTable. I want to display text in the RowHeader, to achieve something like this:
Col0 Col1 Col2 Col3
You were almost there just change the AncestorType to DataGridRow instead of DataGrid then the row headers will be different for each row e.g.