Binding Navigator and its delete button is inconsistant
How do you use the delete button on the binding navigator?
1) If I use it as is, the display will remove my selected item. However, if I close the form and re-enter it, the
data is still there.
2) If I add my own delete logic, I see different behavior. Not only is my selected item deleted, but the one next to it is also deleted. BUT, if I close the form and re-enter it, my selected item is removed and the extra item
has been restored.
3) I can get around this by doing my step one here and adding a click on the save button. Does this mean I need to add save logic to my delete button?
I have found postings regarding "AllowDelete" and other similar functionality, but there are no properties for Allow delete or allow remove in the properties panes.
Is this a programmatic solution?
if so, what is the VB solution for it?

