Parent bindingsource and child bindingsource - cannot save
-
Parent = context.table child = From t in parent where ... In properties, the datasource is set to parent as well. The bindingnavigators.bindingsource are set to child, all controls and datagrids are bound to the child bindingsoure. Add new will instaniate a new row. It displays in the datagrids; however, it will not save. The primary key field maintains 0. As soon as I sort or call a new query the row is gone. On reload the row is gone. Is there a problem with a child binding source? me.validate() me.parentsource.endedit() me.child.endedit() parent.resetcurrentitem() me.context.submitchanges() I have tried ending edit in reverse order and not reseting the current item (needed to update the changes, which works correctly for some strange crazy reason). The problem exists solely with saving a new row. Does it make a difference that there are two binding navigators? Due to space and design, I opted for 2, but I have tried the addnew on the second. Hmmm ... Ideas? :^)