How are you firing the notification that your custom object's value changed?
In the past, you could have an event for each property addign the Changed
suffix (thus for MyProperty, you would have a MyPropertyChanged event that
you would fire as necessary). The DGV SHOULD listen for these events and
update accordingly. I have noticed it doesn't play nice occasionally.
Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx
> I have a DataGridView that is bound to a list of objects through it's
> datasource property.
[quoted text clipped - 8 lines]
> validity of the data being entered and don't want the user to have to
> leave the row to find out if data in a cell is valid.