2.2.10.25 Date Picker
Properties of Date Picker
Id - unique identifier of the control
GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
Bound Field - the Field Name that links the Control to the Data Model.
Type - further settings can be placed here
Type - choose from Date, DateTime or Time
Display Format - format for UI display of Date
Binding type:
dateValue - for relative date
value - for absolute date ( - bound field should not checked/set as JavaScript Date type)
Value format - applied if Binding type is value
Not Editable - mark this to disable the control
Editable if field=true = dynamic Editable setting using an available variable/Bound Field
Actions on Change - a place to inject a custom code or action in the event that the value changes. A common application of this is calling a Javascript Function.
Placeholder - text that will be displayed before an input has been made. A help or instruction text can be put here (e.g. instruction for the correct format)
Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
Mandatory - set a boolean value or a variable with type boolean from the Model to control the mandatory property.
Advanced - properties of the control not available in the above list can be added here.
Step-by-step guide
How to add a Date Picker
Right click on a Form Element and select Add Date Picker
A Date Picker control has been added
Related articles