Record Navigation DataBoundGrid

This sample displays a GridDataBoundGrid within a GridRecordNavigationControl. This combination will give you a look that is very similar to what you would see in Microsoft Access. This sample was created mainly using the designer. First an SqlDataAdapter was created and connected to the Customers table of the NorthWind database. Then a DataSet was generated. Next, a GridRecordNavigationControl was dropped on the form and finally a GridDataBoundGrid was dropped on the GridRecordNavigationControl. All this has been done from the designer. The only code that was added, was in the Form_Load to fill the dataset.Records can be shown by typing in the NavigationBar. Here is a screen shot showing the record number being typed.

Given below is a sample screen shot of the GridRecordNavigationControl.

RecordNavDataBoundGrid screenshot

RecordNavDataBoundGrid