Library Vcl NextSuite 6 NextGrid6 Articles Quick Start Design time

Design time

Click on Next Suite 6 tab within Component Palette/Toolbox and select the NextGrid6 icon.

palette

Click on form and the component will be placed.

design-time

Step 1. Adding grid views

Grid must have one or more views such as Report, Slides etc. Only one view may be active at the time. This is controlled by ActiveView published property:

alt text

Views may be added in both design and run-time. After a view is added, it's properties may be set.

Some of the standard properties you maybe want to set are: ShowHeader, ShowFooter, GridLines etc.

If you just need to add single, most commonly used Report view, click on plus button within grid.

After the view is added, you may click on rectangle containing name of view to set its properties in Object Inspector as for any other component.

If you want to manage your views, or want to add more than one type of view you need to open "Views Editor". Views Editor may be launched in several ways:

  1. By clicking on the dots button.
  2. By clicking on ellipsis button beside Views property within Object Inspector.
  3. By picking "Views Editor..." within Grid's context menu (right-click on component)

alt text

Step 2. Add & configure columns

In design-time columns need to be managed via "Columns Editor". To open Columns editor simply double-click on Grid.

Alternative, you may right-click on grid and pick "Columns Editor..." menu item.

alt text

This screenshot represents a window of Columns Editor.

alt text

New column may be added by simply clicking on Column's icon.

After you add all required columns by project, you may configure them by simply selecting column in editor and then edit their properties in Object Inspector.

alt text

Sign in