Browse by Tags
All Tags » GroupDescriptio... » BindingList (RSS)
-
OK, thanks. I have updated my code to use BindingList<T> throughout instead of ObservableCollection<T> and it resolves the problem.
To give a bit of history, I originally changed changed all my BindingList<T> collections to use ObservableCollection<T> instead in order to update individual cells on the grid when ...
|
|
|
|