Hi,
I have a RadGridView with GridViewDataColumn. I'm the column is using a binding with IsReadOnlyBinding (and it's working well the cell is read only as expected). I would like the cell to take on a special color a when it's ReadOnly based on a binding in XAML.
I tried to do a trigger on GridViewCell.IsReadOnly but it's not working since IsReadOnlyBinding doesn't seem to affect IsReadOnly (that's rather strange).
Am I missing something or am I doing something wrong ?