The ProgressBar control
The ProgressBar control can be used instead of a numeric textbox. The value can also by shown as a percentage.
Type : ProgressBar
Name
Provides a unique name for the control.
Binding
Indicates if the control…
The DataGrid control
The DataGrid control is useful to display data coming from other lists using a list query, a web service call or an sql query.
Type : DataGrid
Name
Provides a unique name for the control.
Binding
Not applicable for DataGrig control.…
The PeoplePicker control
The PeoplePicker control is used to load users and groups from two different sources. It can access data from sharepoint or from Active Directory.
The users and groups are not loaded during form startup so this control is the most suitable to…
The DataEntryGrid control
It is a datagrid with which a user can enter, edit or delete information. The control operates in two modes:
1) Single list mode, where it stores the detail information into a column of type multiple lines of text (note: the column must…
The PeopleComboBox control
The value of the control is in the following format (when accessed from script using the GetValue() method) :
Code
// Bound to lookup entity
ID1;#USERNAME1
Type : PeopleComboBox
Name
Provides a unique name for the control.
Binding
Indicates…
The ComboBox control
The ComboBox control
The value of the control is in the following format (when accessed from script using the GetValue() method) :
1
2
3
4
5
6
7
8
Code
// Bound to static values
NAME1
//…
