Columns

The columns to be displayed in the Event Grid can be configured in the columns editor. The columns can also be configured in the client at runtime.

An entry is added for each column. The column name is specified via the combo box, where you can select a column from all available columns.

Columns 1:

The Columns Editor consists of the following areas:

  1. Type: The type of column indicates whether it is a normal "Column" or a "CustomColumn". The selection of the column type can be made via the lower combo box (1). The parameters of the parameter object of an event can be displayed in a custom column.
  2. ColumnName: The name of the column to be displayed.
    For a column of type "Column", the names can be selected via the combo box.
    For a column of type "CustomColumn" the parameters are displayed with the keyword "params::" (without quotation marks) and the name of the parameter in camelCase.
    Using the example of the EventLogger, the "SourceName" can be displayed in a column, for example:
    Columns 2:
    The parameter object can differ for different event sources. If an event does not have the parameter in the parameter object configured in the column, an empty entry is displayed in the corresponding cell.
  3. Width: The width of the column. If no value is specified, the width is set automatically.

Items

List of all objects added

Columns 3:

Delete the selected object

Columns 4:

Change the object order (top = left)

Columns 5:

Add a new object