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
Just wanted to add to more examples for future code searches.
I put this in the top of the xaml file:
And then in the datagrid:
This right aligns the text and sorting is still enabled. The textbox fills the cell and in this case is colored using a bool converter.