Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
WinGrid picking up modification to item in BindingList
posted

I have a BindingList<T> and a grid bound to that collection.

I see when I add and remove items from the list the grid updates with those modifications.

However it does not update when an item in that list changes.

How can I get this to happen?

UPDATE:  It seems that this might be a grid painting issue. If I click on the row for the item that has been modified it then refreshes with the new values.  How can I resolve this?

UPDATE 2 : Calling Grid.Refresh() shows the updated value as well. This can't be right?

Parents Reply Children
No Data