Data Selection

These are group of form items that enable you to select values.

Checkbox Group

Checkbox Group is an array of check boxes referred through single name. For more information, refer Checkbox Group.


Features:

  • It renders the plain text or property-driven text as caption and check boxes.
  • It arranges the check boxes as per the predefined number of columns.
  • It renders the check boxes from the following:
    • Raw Keys, Raw Values
    • Pre-configured Array Values
  • It allows loading the check boxes in checked state before form load.
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • It provides the Change and Click events.

Radio Group

The Radio Group is the array of Radio Buttons referred through a single name. For more information, refer Radio Group.



Features:

  • It renders the plain text or property-driven text as caption and radios buttons.
  • It arranges the radio buttons as per the predefined number of columns.
  • It renders the radio values from the following:
    • Raw Keys, Raw Values
    • Pre-configured Array Values
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • Provides the Click event to handle the logic

In Edit Mode

  • The Edit mode renders the Radio Button as it is.

In View Mode

  • The View mode renders the chosen radio button as non-editable text.

Combo

The Combo is a typical combo box field. For more information, refer Combo.


Features:

  • It renders the plain text or property-driven text as caption.
  • It allows aligning the caption text on top or on left of the combo box.
  • It provides the Mandatory and Conditional Mandatory Indicator.
  • It allows adding the list values from the following:
  • Pre-configured Array Values
  • Data Driven Array values
  • It allows indicating the null selection with the word 'Select'.
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • It provides the Change event to handle the logic.

In Edit Mode

  • The Edit mode renders the Combo Box as it is.

In View Mode

  • If the Combo Box is blank, the View mode renders a double hyphen (--).
  • If the user selected any value from the Combo Box, the View mode renders the value as non-editable text.

Icon Combo

The Icon Combo item is a combo box with icons appearing adjacent to each list values. The icons of the list values appear from CSS-based configuration. For more information, refer Icon Combo.


Features:

  • It renders plain text or property-driven text as caption.
  • It allows aligning the caption text on top or on left of the icon combo.
  • It provides the Mandatory and Conditional Mandatory Indicators.
  • It allows adding the list values from:
    • Pre-configured Array Values
    • Data Driven Array values
  • It allows indicating no selection with the word 'Select'.
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • It provides the Change event to handle the logic.

In Edit Mode

  • The Edit mode renders the Icon Combo box as it is.

In View Mode

  • If the Combo box is blank, the View mode renders a double hyphen (- -).
  • If any value is selected from the Combo Box, the View mode renders the selected value as non-editable text.

Auto Suggest

Auto Suggest is a field that auto-fills the values based on the user input with the pre-configured values. This item is a combo box but without the drop-down icon for data selection. For more information, refer Auto Suggest.



Features:

  • It renders plain text or property-driven text as caption.
  • It provides the Mandatory Indicator.
  • It allows adding the list values from:
    • Pre-configured Array Values
    • Data Driven Array values
  • It allows setting as visible or invisible and enabled or disabled.

In Edit Mode

  • The Edit mode renders the Auto Suggest as it is.

In View Mode

  • If the Auto Suggest is blank, the View mode renders a double hyphen (- -).

Item Selector

The Item Selector is a panel for multi-selection lists between unselected and selected group. The Item selector returns the group of selected values in the same order as they were selected but the selected values can be manually reordered as well. For more information, refer Item Selector.


Features:

  • It renders plain text or property-driven text as caption.
  • It provides the Mandatory Indicator.
  • It allows adding the list values from:
    • Pre-configured Array Values
    • Data Driven Array Values
  • It allows setting as visible or invisible and enabled or disabled.
  • It provides the Change event to handle the logic.

Lookup

The Lookup is a field for data lookup with text box. For more information, refer Lookup.


Features:

  • It renders plain text or property-driven text as caption.
  • It allows aligning the caption text on top or on left of the lookup field or inline to the lookup field.
  • It provides the Mandatory and Conditional Mandatory indicator.
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • It provides the pop-up Before Load and After Selection of data events.
  • It provides editable lookup feature which allows you to filter the data for the pre-configured column in the lookup search widget.

In Edit Mode

  • The Edit mode renders the Lookup item as it is.

In View Mode

  • If the Lookup text box is blank, the View mode renders a double hyphen (- -).
  • If the Lookup text box is not blank, the View mode renders the values as non-editable text.

Independent Lookup

The Independent Lookup is a data lookup item without text box. For more information, refer Independent Lookup.



Features:

  • It renders plain text or property-driven text as caption.
  • It provides the Mandatory and Conditional Mandatory indicator.
  • It allows setting as visible or invisible, read-only, and enabled or disabled.
  • It provides the Before Load and After Selection of data events.

In Edit Mode

  • The Edit mode renders the Independent Lookup item as it is.

In View Mode

  • The View mode hides the Lookup item from the form.

Color Picker

Color Picker is a simple color palette from which a color can be selected. For more information, refer Color Picker.


Slider Field

Slider enables the selection of a numeric value from a defined set of possible values. For more information, refer Slider Field.