ADO.NET DataExtender Quick Start > Step 3 of 4: Connect the View to a Grid Control |
At this point you have added the Orders view, but you do not have a grid to show the data. In order to expose the Orders view, you have to bind the data view to a control.
To add a grid to your form and connect the data view to the grid, complete the following steps:
This binds the data to the grid.
You have successfully added a grid control to your form and connected the Orders view to the control. The next topic shows how to run the application.