This question is locked. New answers and comments are not allowed.
Is there a way to set the DataGridTemplateColumn for a different template when it is in Edit Mode. The UWP Toolkit DataGrid has CellTemplate and CellEditingTemplate to have different templates for the normal and editing mode. For example I have used TextBlock for normal mode and TextBox for editing mode in UWP Toolkit datagrid.
I do this so I can wrap the text in the cell. Neither the Telerik DataGrid or the UWP Toolkit has a wrap option in the TextColumn (that I can find)