Reputation: 1967
I have a bit 'stupid' question, but I can't figure it out. I need this column in my DataGrid:
Upvotes: 0
Views: 109
Reputation: 13640
I think you mean DataGridRowHeader
. Try to set HeadersVisibility
property to All
or Row
in you DataGrid
.
Upvotes: 1