Adding a Grid component

  1. Open the form you want to add a grid to, and go into the designer (Web Designer in the web client, Design Mode in the Windows client).
  2. In the Toolbox, select Grid.
  3. Place and size the grid component where you want it on the form.
  4. In the Binding property field of the Component properties sheet, specify the collection to bind to the grid, using this procedure:
    1. Click the ellipsis (•••) button associated with the Binding field.
    2. Use the Edit Component Data Binding dialog box to specify the collection to which the grid is to be bound.
  5. Use the Component properties sheet to specify other properties as desired.
    Note:  When the Grid component is first created, the designer automatically creates two generically named grid columns.
  6. Add and configure grid columns as needed to display all the data you want to display in the grid.