News

I have a Model (INotifyPropertyChanged) and bound to a DataGridView by BindingList, Once I edited a property of model instance, DataGridView's cell value updated before PropertyChanged raied. I have ...