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
@michele: If I modify the Binding to:
then it almost works. The problem is that this results in the same row header for each row.