Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID: ID of the element
Label: Label of the element
Data List: Data List to populate the element
Columns: Columns to be returned from the Data Listshow in the grid. The column "value" must matches match the column ID in the Data List.
Unique Column: Primary key
Form to Edit Row: Form to edit row selected
Read Only: Determines if this element is editable

List Grid may be configured to use its own defined Load and Store binder. By default, data will be stored in the form's field defined.

The following is the sample data stored in JSON.

Code Block
[
    {
        "id": "001",
        "": "",
        "accountName": "John Woo",
        "address": "2, Park Avenue",
        "state": "2",
        "country": "local",
        "city": "1"
    },
    {
        "id": "002",
        "accountName": "Melissa Lee",
        "state": "",
        "country": ""
    }
]