Define Extra Control Parameters
Common control properties for each form control are defined inside the designer pages like Color, Size, Alignment, etc.
Most of the available controls, support special configuration settings that can be accessed through the “Extra Configuration Tab” in the control properties window.

The designer provides easier control configuration through an easy user interface.
Available configuration values in standard controls :
PrefixLength
The number of characters you need to input until AutocompleteTextBox shows the filtered items. A zero(0) value means the texbox will display all available items in the dropdown part, as soon as the user clicks on it. A value of two(2) means the dropdown part will display the matching items, after the user inserts two characters in the textbox.
DropDownHeight
Defines the size of the drop down area, displaying the available items.
SaveValueFieldOnly
Set this property to TRUE to force the control to send only the Value Member value of the underlying lookup value when saving its value. Normally lookup controls that load data from other lists, use the ID;#TITLE format to save data
Sorted
Defines if the results will be sorted by the Display Field
UniqueField
If the internal name of a column is supplied, the retrieved results will be filtered allowing unique values for that specific field
Supports multiple fields. Any field supports the following properties:

Choose how to represent the field when entering new data. Default : Textbox
Name the column header appearing on the grid displaying the data.
Define the column width on the grid displaying the data.
Pre-define values appearing e.g. on the combo-box part, while entering new data; E.g. ComboItem1;ComboItem2;ComboItem3.
-
Create any kind of control inside the parent form
-
Set its properties, formulas, dependencies and scripts
-
Select and Hide the control (the control must be hidden in order to allow the DataEntryGrid form to use it)
-
Define a new field in the DataEntryGrid extra configuration and use “Existing” for the field type
-
In the “ExistingControlName” property type the control name of the corresponding control

Note : For AppendText columns, only non-blank entries are retrieved.
Indicates hyperlink’s description. If no value is specified, the control displays the navigation url.
Values : Relative/Absolute
If no value is specified, absolute is used.
Values : _blank, _self
Indicates the hyperlink’s target website. If no value is specified, _self is used.
Values Type : Boolean
Shows or hides the description textbox.

Value Type : Boolean (True = wrap, False = no wrap)
Wrap the Text
Underline
Defines text style
Tooltip
Value Type : String
Sets the tooltip text for the control. To add line breaks inside the tooltip, use the ‘\n’ character.
Columns
Value Type : Integer
Set the number of appearing columns
Sorted
Defines if the results will be sorted by the Display Field

Defines the character that delimits the records. E.g. \\n for new line
Defines the beginning character of each line. E.g. \\counter for a numbered list
Defines the character that delimits the records. E.g. \\n for new line
Defines the beginning character of each line. E.g. \\counter for a numbered list
Defines the character that delimits the records. E.g. \\n
Defines the beginning character of each line. E.g. \\counter
Values : TextChange, LostFocus, None
Indicates that the control will raise the value change event in the form only when looses focus. If not set, the control will raise the event in every text change.
Values : Left, Right, Center
Control the appearance of text alignment on the control.
If set to True, the control will raise the value change event when the user presses the Enter key inside the control. This can be used in order to create filter controls for list queries or web services and allows the user to provide filter criteria or apply the criteria by pressing the Enter key.
Value Type : Integer
Define the number of decimal places allowed.
Value Type : String
Defines the minimal numeric value allowed in the textbox. If empty, no restrictions are applied.
Value Type : String
Defines the maximal numeric value allowed in the textbox. If empty, no restrictions are applied.
Value Type : Boolean
Use the control to lookup people information from the Active Directory listing.
Defines the minimal numeric value allowed in the textbox. If empty, no restrictions are applied.
Defines the maximal numeric value allowed in the textbox. If empty, no restrictions are applied.
Value Type : Double
Defines the number of decimals allowed.
Values : None, Percentage, Value
Define how the value is represented on the bar itself. Percentage uses the (value * 100 / (max-min)) formula.
Values : TextChange, LostFocus, None
Indicates that the control will raise the value change event in the form only when looses focus. If not set, the control will raise the event in every text change.
Value Type : String
Defines the minimal numeric value allowed in the textbox. If empty, no restrictions are applied.
Value Type : String
Defines the maximal numeric value allowed in the textbox. If empty, no restrictions are applied.
Value Type : Double
Value Type : Integer
Defines the number of decimals allowed.
Values : TextChange, LostFocus, None
Indicates that the control will raise the value change event in the form only when looses focus. If not set, the control will raise the event in every text change.
Values : Left, Right, Center
Control the appearance of text alignment on the control.
If set to True, the control will raise the value change event when the user presses the Enter key inside the control. This can be used in order to create filter controls for list queries or web services and allows the user to provide filter criteria or apply the criteria by pressing the Enter key.
Defines the Parent in the self-referenced list.
Defines the rate at which the numeric value changes when pressing the directional (up,down) buttons on the control.
Provide multiple default values for new records.
Pairs of Name/Value must be defined. The value part may depend on parent-form controls (i.e. {c_ID})
A Combobox appears above the datagrid which helps you to filter the data.
Filters
Values: Internal name of the fields
It contains the fields that are used in the filter combobox
Values: Numeric
The height of the list Datagrid.
Example :

DisplayMode
Defines the rendered type of the control. Supported values are : Button, Hyperlink, Label, ImageButton
Sets the text style of the Label and the Button control types
Defines the image uri for the ImageButton control type
Defines multiple actions to be executed be the ActionButton control.
