Add views to the UI

  1. In the UI Designer's left panel, from the Data Templates section, select the view template and drag it to the working area in the desired position. For more information, see Adding UI elements to the user interface.

  2. While the view field is selected, fill in its properties in the right panel.
    PropertyDescription
    EntitySelect the name of the entity the view belongs to.
    ViewThe name of the view of the selected entity to be displayed. If left unchecked, the default view is used.
    Grid IdAllows you to assign an ID suffix/ending to the HTML element that holds the grid view.
    This can be used as a discriminator if you want to display multiple views of the same entity with different behaviors.
    CollapseMakes the field collapsible and sets the heading of the collapsible panel.
    No HeaderDoes not display the view header.
    No FilterDoes not display the view filtering / search.
    FormIf the view entity has multiple forms and you want to use a specific data form for edits, select this checkbox and provide the form name. Otherwise, the entity's default edit form will be used.
    Insert FormIf the view entity has multiple forms and you want to use a specific data form for inserts, select this checkbox and provide the form name. Otherwise, the entity's default insert form will be used.
    Additional CSS classesWrite any CSS class names you wish to apply to the field. The classes must be defined in one of the form's associated Style Sheets.
    NOTE  
    You must press Space or Enter after typing a class name to confirm it.
  3. Click Apply changes to save the field's properties.
  4. Click Save and reload to save the form.

To modify a view field, select it in the main area and edit its properties from the right panel.

To move a view in the user interface or to delete it, see Moving and deleting UI elements.