I\'m using a WPF4.0 DataGrid. When double clicking on a cell in a new row everything works fine unless I\'ve added a cell style to that column. For example, I h
You could apply ElementStyle on the DataGridTextColumn targetted to TextBlock and right align that, it would work.
ElementStyle
DataGridTextColumn
TextBlock
Impa