The Column History Viewer Control
In order to support versioning in lists as well as AppendText columns, the ColumnHistoryViewer control has been introduced.
It allows the user to retrieve historical data from columns.
To use the ColumnHistoryViewer control, just place…
The DataEntryGrid control
It is a datagrid with which a user can enter, edit or delete information stored.
Records can be edited in a dynamically generated form :
The grid's fields and columns can be declared using the designer's…
The TreeViewPicker control
TreeViewPicker control is like lookupPicker control but shows the data in at tree view way.
The settings that should be declared are the Lookup Details (list, displayName, value etc.) and one property in the Extra Configuration tab: ParentFieldName.
The…
The Slider control
The Slider is a control that is not available in sharepoint. It can be used instead of a numeric textbox, or it can be connected with a numeric textbox as a different representation of the number.
In order to connect the slider with a numeric…
The NumberTextBox and UpDownNumberTextBox controls
A NumberTextBox is a textbox that accepts only numeric input. By default, it restricts the entry of characters to digits
Any of the available options can be used.
The NumberTextBox does not provide any Lookup options since it cannot contain…
The Label control
A Label is a control that serves as a guide to the user. It provides static text that the user cannot change but can read to get information on a form.
Most controls on the form are not explicit at first glance and the user may not know what…
