Create grid frame
In the UI web designer, login and click 'New'.
- SmartObject-Type: <empty>
- Smart-Module: <the Module created earlier>
- New Object: <Entity>FB (FrameBrowser)
- Template: SimpleSwatFrame
Save
Add grid to a frame
Find the object and Open it.
Click on 'layout / formularqueryfb', and change the 'Type' attribute from '1C' to '2E' and back to '1C'.
Save, close and reopen again.
Select 'Add'
Search for the Grid
Drag & Drop the Grid onto the 'empty' in the Designer Layout
Search for the DataSourceObject
Drag & Drop the Grid onto the Designer Layout
Note
On Drag & Drop, keep moving to the left until the last object is no longer highlighted
Save, Close and Reopen
Now, the links must be added. Click on the 'link' button, and create the following lines:
- Container to the DSO (link type: PrimarySDO)
- DSO to the Grid (link type: Data)
Save, close and reopen. Links should look like:
To change the border title of the grid, select the grid from the layout and change attribute 'BorderTitle':
Set the following attributes:
Attribute | Value | Explanation |
---|---|---|
BorderTitle | Formular | z.B. |
SUBTYPE | grid2 | |
contextMenu | GridContextMenu | |
floatingActionButton | osivgridfab | |
showGridFilter | column-only | To hide the OMNI-search widget |
Note
Leave the fill-in fields before saving the changes.