Table of Contents


aspx:FieldPicklist

This component should be used for pick-list controls. This component handles dependent pick-lists and global pick-lists based on the Entity schema correctly. This component inherits all its properties from FieldDropDown.
 

<aspx:FieldPicklist runat='server' value='{!Model.Status}'/>


Below is the list of components' properties.

PropertyDescription
IdThe ID of the HTML element.
ValueBind value containing the name of the object and the field to bind.
LabelLabel of a field within the section.
RequiredA Boolean value that specifies whether this inputField is a required field. If set to true, the user must specify a value for this field. If not selected, this value defaults to false.
HintA text value that is shown to the user on the right side of the input component to assist the user.
HideLabelA Boolean value that specifies whether this field's label should be visible or not. If set to false, the input component spans across the entire row.
EnabledA boolean that determines whether to show the field or not.
PlaceHolderText is shown inside the input component as a watermark.
WidthThe width of the input component, the value can be provided in pixels or percentages.
IsNullableA boolean that defines whether the field can be null.
HelpTextA text value that displays a small bubble next to the field label. When hovered over, the help text will appear.
ReadOnlyA boolean value that determines whether this field can be set or not.