I've got a themed datagrid where I have the selectionUnit=FullRow.
All my cells are readonly but I still see the default "hottracking" when the mouse is over a cell.
Is there a simple way to turn this off? Other than mucking with the MouseOver triggers in the DataGridCell style?
I expected it to be influenced by:
datagrid:FocusBehavior.TrackingModes="None"
datagrid:SelectionBehavior.TrackingModes="None"
alas, no go
Thanks in advance, Jurgen