This question is locked. New answers and comments are not allowed.
Hi, I want to set the background colour of a column based on a value in a combobox outside the grid. This combo box controls the IsReadOnly property of the same column and when the column has IsReadOnly == true , I want a blue background. When the combo box is changed such that IsReadOnly == false, I want to remove the blue background and go back to the default. I've tried the CellStyleSelector which works fine initially but obviously does not get triggered when the column IsReadOnly property or combo box is changed
Any ideas?
Any ideas?