, ,

The NumberTextBox control

A NumberTextBox is a textbox that accepts only numeric input. By default, it restricts the entry of characters to digits.     Type : Slider Name Provides a unique name for the control. Binding Indicates if the control…
, ,

The MultiPeoplePicker control

The MultiPeoplePicker control allow users select multiple users and groups. The lookup data are not loaded during form startup so this control is the most suitable to display large amount of users and groups. It allows users to search…
, ,

The RadioButtons control

Type : RadioButtons Name Provides a unique name for the control. Binding Indicates if the control is Unbound Bound to list column Is a label for a control bound to list column Enabled for new records Sets if the control…
, ,

The DatePicker and DateTimePicker controls

These controls are used for Date and Date & Time columns. The format selected to display dates is extracted from the SharePoint site or user's regional settings. The value of the control when accessed from script (like when using…
, ,

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…