I am embedding diff data in my project, and now I need to display the results for the user. (I check two arrays of arbitrary data and find inconsistencies in them, my results are something like: "Status: inconsistency, property: ... Index: ..." (some class)). So, now it works very well, at first I thought it would be easy to highlight the results in the DataGrid, but when I started implementing this, I realized that I just canβt imagine how to do it ... I need to select the cell and row presets .. Is there any general solution? PS DataGrid is tied to some data (using views). I donβt have much experience in WPF, so I donβt need to reinvent the wheel, think that something must exist (solution, open source project, code samples).
source share