, ,

The ListAndForm control

The ListAndForm control is suitable for implementing interactive Master-Detail views inside a PowerForm, as it helps you to create a fully functional subform inside a form. It contains 2 controls, a list query datagrid and a subform enriched…
, ,

The ActionButton control

In order to apply custom actions through user input, the ActionButton control can be used. The ActionButton control acts as a normal button, and can be configured to execute multiple actions. It can be rendered as a normal Silverlight…
, ,

Taking advantage of the ListDataGrid ValueChange event

The ListDataGrid control is very useful for presenting data coming from other/related lists. Apart from displaying the results, the control does not provide a value to be used from other controls or formula expressions. The control however…
, ,

The ListDataGrid control

The ListDataGrid control is useful to display data coming from other lists. Configuring the control only requires to define a list query. For example assume we have 2 custom lists : Customers and Orders. The requirement is display Customer…
, ,

The LookupPicker control

The LookupPicker can be used to display and select lookup data and is very similar to the simple ComboBox control but has some signifincant advantages : No Data Loading is performed during form initialization providing faster form loading …
, ,

The ComboBox control

The ComboBox is a simple dropdown list control that can contain either static values (for example choice column data) or values retrieved from another list (lookup column data)   If the control is bound to a choice column, then the…