Hi,
Please see my screenshot.
The second column contains a Project Type.
Is it possible using CellControlAttached to set a style (a line) when the project type changes to another type . (eg in my screenshot from Enhancements to Less is More).
Regards,
Nicolas
I forgot to tell that the line should be applied to all cells in that row.
You can set the Bottom BorderThickness or Top BorderThickness of the CellControl to 1 (depending on whether you modify the last value, or first value, and use the CellStyle property off of the row, to apply it to the entire row.
Using CellControlAttached, it should be possible, however, you'll have to walk your data, to compare to rows around it. If your data can't be sorted or filtered in the grid, i'd' recommend using your ItemSource directly as opposed to walking the grid's rows collection, as it should be quicker.
Hope this helps,
-SteveZ