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
1705
What event goes off when a bound value changes and now you want to change the appearance of the row?
posted

I have a grid that is bound to a BindingList<> of say, Customer objects.  Values in these Customer objects can change due to this or that, and I'm wondering if there is an event I can handle that will go off when this changes.  This is NOT when the grid is edited.  This is when the data changes for other reasons.