Binding Navigator - NO APPEND or SAVE button!!? Help!

This happens everytime I drag a second gridview out onto the C# canvas. My BindingNavigator does not come with a SAVE button on it...

Can someone tell me what I need to do to add this to my Navigator or if I am doing something wrong to make it not show up? I can add a button out there (although I DONT know where the little Disk icon is stored) but I dont know what the code is (probably just something.append right) AND I dont know where that code would go.

Any help please?

[500 byte] By [tvance929] at [2008-1-9]
# 1

Hi tvance929,

I tried to drag two DataGridViews and a BindingNavigator to a windows form. My testing result is that there is a appending button in the BindingNavigator control, which can be used to add Button/Label/SplitButton/DropDownButton/Separator/CombBox/TextBox/ProgressBar.

I can't find any "Save" button in the BindingNavigator control. Did you add a button named "Save" in the BindingNavigator control? Can you clarify how to repro your issues in details?

If you would like to add "Save" button to the BindingNavigator control, try to check out this document about "How to: Add Load, Save, and Cancel Buttons to the Windows Forms BindingNavigator Control" for reference -http://msdn2.microsoft.com/en-us/library/safa4957(vs.80).aspx

My suggestion for your concern is to try to check out this BindingNavigator Control document for details - http://msdn2.microsoft.com/en-us/library/b9y7cz6d(vs.80).aspx

Hope this helps,

Regards,

Citizens on the earth

Citizenontheearth at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2

I need to try and duplicate this - but I know that when I normally drag out a DataGridView for the first time, I get a Binding Navigator whose rightmost button is a DISK icon and it is to save or append to the database or dataset.

However, if I already have the datagridview and THEN pull out a binding navigator the DISK icon is not on the toolbar.

**Regardless, I figured out how just how to add my own button so thanks anyway and I appreciate you trying! Smile

tvance929 at 2007-10-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...