HelpBot Assistant

How can I help you?

Record Navigation Bar in Windows Forms GridDataBoundGrid(Classic)

10 Oct 20221 minute to read

It is possible to display DataBound Grid within Grid Record Navigation control. This combination will give you a look similar to Microsoft Access.

Record-Navigation-Bar_img1

NOTE

For more details, refer to the following browser sample:

**_\Syncfusion\EssentialStudio\[Version Number]\Windows\GridDataBound.Windows\Samples\Product Showcase\Record Navigation Data Bound Grid Demo_**

Example

The following sample displays DataBound Grid within Grid Record Navigation control. This sample was created using the designer.

  1. Step 1: Create an SqlDataAdapter and connect to the Customers table of Northwind database.

      N> A DataSet is generated.
    
  2. Step 2: Drag Grid Record Navigation control onto the form.

    Windows Forms Record-Navigation-Bar Image4

  3. Step 3: Drag Grid DataBound Grid onto the Grid Record Navigation control.

    Windows Forms Record-Navigation-Bar Image5

    NOTE

    Records can be displayed by typing in the NavigationBar.

    Windows Forms Record-Navigation-Bar Image7

DataBound Grid is displayed within Grid Record Navigation control.