-
Also I don't know if this is connected but I get the same problem when I bind a DataGridView to a child property of type LinqBindingList.
-
I'm calling following code from my validation method.. This seems to work when the object is saved.. if i delete a item and add it again (without saving) then this is returning incorrect results.. whereas in debugger i can see that item is sucessfully deleted and added but linq query is not returning...