I have a RadGridView that has data bound to it. One of the fields is a bool field type. What I want to happen, is if the user changes that value, I want the forecolor of the entire row to change. So, in my RowFormatting, I have to code to change the forecolor, and this works, only after I move the record pointer or selected a different cell in the same row. How can I get the row to change color as soon as I change the cell's value?
TIA
Mark