BindingNavigator has no SAVE button

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi,
I have a form that has a tab control on it. I have a couple of tabs where I drug a table over from the datasource and made my datagridview. When i drop them on, they do not create navigators. So I drag one over from the tool box. It does not have a SAVE button. I created a save button below it, and put the .endedit and .update on the click of the button, that works fine, but not what I want.
How can I get the save button on the navigator?

Thanks,
Steve
 
A form typically only has one Nav on it that is auto-created.. I tend to copy/paste that and attach it to a new bindingsource if I need another one. It is rare to need another one..
 
Back
Top