I am using DataGrid (Community Edition). I want to have a column with wrapped text in header and cells. I used this code to create column in XAML:
<xcdg:Column FieldName="MyCol" Title="MyCol" Width="100" TextWrapping="Wrap"/>
Text wraps in header, but not in cells. What am I doing wrong?