Grid Column - specifies the size and position of an element in a grid row with a slash (/) that separates the grid-column-start from the grid-column-end. The order of the 2 numbers doesn’t affect the grid column visualization
For example:
When number of columns = 1
1/1 grid column - Default, ‘1’ is where column starts and ends. grid will look the with 2/1 or 1/2 grid columns
1/3 grid column - ‘1’ is where column starts and ‘3’ is where column ends
2/4 grid column - 2 column are being created, and the field will be placed on the right column (grid column starts in 2 and ends in 4)
When number of columns = 2
1/1 grid column - Grid will have 2 columns, and the field will be placed on the right column
1/4 grid column - Grid will have 3 columns, and the edited column will be placed at the bottom through the whole grid
3/5 grid column - Grid will have 4 columns, and the edited column will be placed at the bottom on the right side of the grid
Readonly - determines if a field will be editable for Web users
Adding Groups and Fields
Grid Column 1/1
Number of columns = 1
Grid Column 3/5 Number of column = 2
Related Layers
Determines which additional tables should contain changes applied to a current feature (record)
Tables should be initially added to a Data Source > Feature Tables to be displayed in the Related Tables dropdown
Number Of Columns
Defines the position of the fields in one column, two columns, and so on
Validation
Allows to configure validation for the fields
Required fields should be specified
Required fields types should be specified
Cascading
The cascading fields feature enables certain fields to appear in the Feature Attributes form based on the selection in a trigger field
For example: If the Status field is set as the trigger and its value is set to "1", this will prompt the 'Notes' field to appear. In this case, choosing Status 1 activates the cascading effect, displaying the 'Notes' field for additional input.
Custom Actions
If any additional actions should run on Save button, they should be created and added
Attachments
Enables or disables the ability to attach files to a feature
Attachments can be attached via Inline Editing feature (link will be added)
Roles
Allows to set up field configuration for different project roles.
Field visibility, read-only status, field type, lookup, etc. could be changed for user groups with different access levels inside the same widget.