View Database Data in GraphWorX

  1. Open GraphWorX.
  2. Add a Grid Viewer Control to the display
  3. Double-click on the Grid Viewer, select Grid on the left side.
  4. Select Northwind Employees (Read Only) as the subscription:

northwind.png

  1. If you wish to have the Grid Viewer refresh automatically, then you will also need to enable this highlighted option on the Behavior tab, as shown below. Otherwise, you will need to manually refresh the grid viewer.

autoupdate.png

  1. Put GraphWorX into runtime.
  2. Notice that there are 9 employees shown in the grid.
  3. Keep this GraphWorX runtime open in the background because we will return to this soon.