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
Another simple way of setting text wrap for Editing and Text DataGrid columns is to specity the Binding property and TextWrapping property as following: