Define Hierarchical Comboboxes
In common scenarios, there are linked lists that need to be included as hierarchical comboboxes in your forms.
For example a typical Country/City scenario would include 2 lists.
Countries (ID, Title)
Cities (ID, Title,…
Declaring a lookup/combobox control
Available options:
Choice Control (Single Selection)
Declare a new ComboBox or LookupPicker control. Set the Target Field Name and in the Lookup Details tab, set the Lookup Static Values property adding all the required values concatenated…
Using the DataEntryGrid to save to separate lists
The DataEntryGrid control is used to allow users define a field structure and store complex information inside a multi-line text column formatted in XML.
In many cases, there is a requirement to keep this information in a separate list instead…
The Managed Metadata controls
In order to provide values to Sharepoint Managed Metadata Columns (available in Sharepoint 2010) a set of three controls are provided:
The Managed Metadata Picker
Multi Managed Metadata Picker
Managed Metadata Textbox
All of…
The Hyperlink TextBox
The Hyperlink TextBox targets SharePoint columns that store hyperlinks or picture urls.
In contains 2 textboxes. One for the actual URL and one for its description (the same way it appears in the default SharePoint forms). If no description…
The PeoplePicker, MultiPeoplePicker, PeopleComboBox controls
The PeoplePicker and the MultiPeoplePicker controls are used to retrieve and select user or group entities from SharePoint or the Active Directory Listing. Depending on applied settings, these controls can retrieve data from SharePoint Groups…
