1 Context
In this task, we will delve into the different attributes that can be set per field in a grid. Our aim is to control and modify the alignment of table contents here.
2 Result
3 Step by step guide
- Go the the designer of your âOrderOverviewâ screen
- Launch the screen to see how the fields in the grid are aligned. Close the launched window and go back to the designer
- Open the object master of the âOrderGrid_<yourName>â by clicking the small gear wheel icon in the layout design
- Navigate to the âSchematic Viewâ tab on the view sections of the object designer
- Select the field âOrderEntity.CustNumâ and search in the section âAttributesâ for the attribute âalignâ and change the value to âleftâ
- Select the field âOrderEntity.OrderNumâ and search in the section âAttributesâ for the attribute âalignâ and change the value to ârightâ
- Select the field âOrderEntity.OrderStatusâ and search in the section âAttributesâ for the attribute âalignâ and change the value to âcenterâ
- Launch the screen to see the result
4 Explanation:
By editing the attributes within the object designer at the entity level, the behavior of each individual value can be precisely controlled. This example is intended to show how many options there are at the datafield level to control behavior.