Hello,
Below is my GridViewDataColumn and I am binding through ItemsSource.
<telerik:GridViewDataColumn Header="MVAR" DataMemberBinding="{Binding Value, Mode=TwoWay,NotifyOnSourceUpdated=True,NotifyOnValidationError=True,NotifyOnTargetUpdated=True}" Width="100" IsReadOnly="False" >
</telerik:GridViewDataColumn>
If user changes the values, I want to change the foreground color of the cell. How can I do this ?