This sample displays a GDBG within a GridRecordNavigationControl. This combination provides an appearance very similar to what is seen in Microsoft Access.
Features
This sample is created through the designer.
SQL data adapter is created and connected to the Customers table of the Northwind database, which generates the dataset.
The GridRecordNavigationControl is dropped on the form. GDBG is then dropped onto this control.
The only code that is added explicitly for this sample is in the Form_Load event, to fill the dataset with records, which is displayed as you type in the navigation bar.
this.sqlDataAdapter1.Fill(this.dataSet11);