I have a grid row with two check boxes, Approved and Rejected. When the user clicks Rejected or the data is loaded into the grid with a value of Rejected I want the row to have a different style. I searched the forums and downloaded sample 8015.SilverlightApplication177 which works but uses a TextColumn and not a CheckboxColumn. It also does not have any additional styles applied to the grid headers and cells. I am providing a sample that has the same header and grid cell styles I am using with the CheckboxColumn and hope you can help me get it to work.
I guess I can't attach the sample it is 3 MB zipped so I copied the XAML and C# code to a text file I hope it is usable.
Thank you for your help.
I am using cell merging on this grid. I went through the documentation and found that conditional formatting would not show on merged cells. This is probably my problem.