Behaves like Radio Buttons but each option will be displayed as a larger card.
Radio Cards are useful for drawing special attention to and providing extra explanation for the most important choices in a menu item.
SQL-statement that fills the control with possible values.
Values for the control.
Id values of the cards (also used as label if column at ordinal 2 is omitted)
Label of the cards (if column is omitted values from column at ordinal 1 is used)
Description to show for the option. Not usable when the control size is "Small".
Disable the option and display the column value as a tooltip.
This column indicates that the value should only be shown as an option if it is the currently chosen value.
The system icon to use for the option. Only one of this and Svg may be used.
Signals to the user that this is the recommended option. Only usable when the control size is "Large".
Displays text in a pill next to the label. Expects a string or a JSON object with the properties "text" and "color". Only usable when the control size is "Large". Not usable in conjunction with IsRecommended on the same card.
Binary data of an svg file to use for the option. Only one of this and Icon may be used.
Retrieves the default value for the control.
This call is only made if there is a field validation set for the field info and the field has any content. Fields used in an editable grid do not use this call.
Performs field validation when the user leaves the field or one of its dependencies is changed, initial values set by default value and initial values in edit-mode are not validated.
When saving the validation runs server side if the field value has changed. A field value is considered changed if in new mode the value is anything other than NULL
. In edit mode it is considered changed if it has a value that was not returned by the GetEditFields procedure.
The name depends on the usage. If the control is used to retrieve values from a lookup table then the procedure should be named "<Schema>.<LookupTable>_RadioCards". If it is not and the values are not directly linked to rows in a table or the functionality is specific for the current field (say for instance a choice between each of the last six years) then the procedure should be named "<Schema>.<Table>_<Field>_RadioCards".