I have a DataGridView bound to a BindingList (C# Windows Forms). If I change one of the values in an item in the list it does not immediately show up in the grid. If I click
Just call myBindingList.ResetBindings() whenever your data changes!
myBindingList.ResetBindings()