...
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.
...
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
...
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.
...
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.
...
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.
...
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.
...
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.
...
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.