The forms control, just like the ListView, is divided into two parts– FormView and ElementForm, which have a similar division of tasks. The difference is that FormView uses normal HTML and has controls for each type of field. The data is presented in groups and each group can be placed on a tab.
During the initial load of the form only the visible tab fields appear. When another one is selected an asynchronous request is made for its fields. Both normal fields as well as lists which show the records of the linked objects are supported:
The option to choose how the saving will occur– should the form be closed or should a new form open upon saving – the choice is then recorded in the user profile. FormView also has a Wizard mode which keeps the current state and saves it upon completion. The management of the data conservation in the fields is conducted automatically. The control supports DataBinding, using BusinessObject as a source of data and allows its automatic update.