What must be done to get a WPF DataGrid with cells that wrap text instead of truncating it?
Right now when a text is bigger and don\'t fit in a column the text is tr
"You could try to template the cells with a TextBlock which has text-wrapping enabled." If you use TextBlock, you will have trouble with copy/paste.