I have a field in a grid layout that I would like to be hidden. I've set the field type to hidden, and while the field itself doesn't appear in my grid, the field's label still appears as a column title in the grid. This has the effect of making an empty column in my grid, labeled with the "hidden" field's name.
Is there any way around this? I need to collect the hidden information for each row (i.e. section) in the grid.
If you really need to include the hidden field in the grid row, you can wrap it with the last visible field inside a section of type 'folder'. The label of the section will be used for the column header (instead of the field labels)
Example: - row label (grid section) - column header label (folder section) - field - hidden field