Logo

    Home

    Documentation

    Use Cases

    Training

    Applications

    Release Notes

    Select (DynSelect)

    Select (DynSelect)

    • Description
    • Example
    • How to use it
    • Attributes
    • Use Cases

    Description

    A SwatSelect can be used to display a DropDown in a Grid / TableGrid / Table or FormsForms . It can also be used to join two tables.

    Example

    In table 1 there is a number that references table 2. Table 2 contains the name of this number. Both pieces of information are to be displayed in a drop-down field.

    How to use it

    1. Search for the SwatSelect object for the corresponding table
    2. Add it to the form or gird you want to have it
      1. For grids: Add it in the instance view of your grid
      2. For forms: Add it in the form designer of your form
    3. Replace it with a field you want to change to a dynselect
      1. E.g. You have a grid/form with a field “Customer”.
      2. Drag and drop it to your object.
      3. Change the name of the dynselect to “Customer”
      4. Delete the former Customer Datafield
    4. Change the following fields in the SwatSelect object:
      1. LookupKeyField
      2. LookupKeyValueBinding
      3. LookupKeyValueColumn
      4. templateOptions

    Attributes

    You can check the documentation of all the attributes in the following page

    Select AttributesSelect Attributes

    Use Cases

    Filter the DynSelect result list
    Enable search in the dynselect
    Add manual content to the SwatSelect
    Add a DynSelect as a Grid Column Filter

    Back to DocumentationDocumentation

    Back to Home Page

    Logo