Changing background color of cells in DataGrid WPF
问题 I used the following links to display my 2 dimensional data in a table: How to bind an 2D array bool[][] to a WPF DataGrid (one-way)? Change DataGrid cell colour based on values All is working except that the background color is not changing (and the converter method is not even being hit). Can someone tell me what's going on? Below I post a complete, minimal example. I'm not wedded to any of these ideas (using a DataView to bind my IEnumerable> for example) so feel free to suggest