Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Data Grid properties

  • Last UpdatedApr 06, 2026
  • 2 minute read

The following table lists the properties of the Data Grid widget. All properties are exposed as dynamic runtime properties in which they can be bound to a reference to a ViewApp namespace as an:

  • Attribute

  • Object attribute

  • MyContent attribute

  • Compound expression

    Data Grid Widget Properties

    Descriptions

    Type

    Gets or sets the format of source data strings.

    • csv

    • json

    Datasource

    Gets or sets the string of JSON or CSV data shown by the Data Grid widget.

    ColumnDelimiter

    Gets or sets the delimiter used to separate field values in the selected grid row.

    • Comma for csv strings

    • Vertical pipe (|) for json strings

    SelectedRow

    Gets or sets the string of the selected row field values.

    Note: For runtime use, configure this property as a Reference or Expression rather than static text. This enables scripts to access the selected row data when a user selects a row in the grid

    DateFieldFormat

    Gets or sets the date format of a date. Supports all date format strings.

    Note: This property is currently required but not validated at runtime. A placeholder value such as MM-DD-YYYY can be used.

    BackgroundColor

    Background color of the widget.

    ForeColor

    Text color of the widget.

    HeaderBackColor

    Background color of the tabular header in which column names appear.

    HeaderForeColor

    Text color of the header column names.

    SelectionBackColor

    Background color of a selected row within the grid.

    SelectionForeColor

    Text color of the selected row within the grid.

    RowHoverBackColor

    Background color of the row within the grid over which the mouse is hovering.

    RowHoverForeColor

    Text color of the row within the grid over which the mouse is hovering.

    Font Family

    Name of the font family used by the Data Grid widget to show text.t

    FontSize

    Font size in pixels of text shown in the Data Grid widget.

    Pagesize

    Number of grid rows shown the widget display.

The interaction between DataSource and SelectedRow is determined on how data is loaded:

  • When the DataSource is configured at design time, selecting a row in InTouch causes the grid to revert to its original data.

  • When the DataSource is not configured beforehand and is instead populated dynamically at runtime through a script, the grid preserves the loaded data even when a row is selected.