On the object level implement the Dictionary collection that includes a property-state pair to determine the cell state for the current object property.Change the ValueState value when a cell is being modified and call the PropertyChanged method to inform the GridControl that it is necessary to refresh the cell appearance. In the sample, the INotifyPropertyChanged interface is supported. Our GridControl receives notification from this interface. This method is present in the INotifyPropertyChanged interface that should be supported on the object level.
Question Comments
Added By: Ilya Pogorelsky at: 8/18/2014 2:01:48 PM
this does not seem to work with 14.1
Added By: Ivan (DevExpress Support) at: 8/19/2014 7:53:12 AM Hi Ilya,I have updated this example so that it works for 14.1. Please take a look at it.