I wanted to show and hide fields based on previous field’s value selection in grid. By assigning layout procedure, it is only possible in form, but not in grid.
Is there any way to achieve this?
I wanted to show and hide fields based on previous field’s value selection in grid. By assigning layout procedure, it is only possible in form, but not in grid.
Is there any way to achieve this?
Best answer by Anne Buit
The problem is that every row has it’s own layout logic. A column can be hidden in one row and visible in the other.
It is currently not feasible to check the layout logic of all rows to dynamically hide grid columns, but feel free to create an idea for this. Perhaps at page-level or for some screens with little data this could work out.
A more static approach for now would be to set up a variant for this scenario. When the subject existisn in a detail scenario, you can link the detail multiple times, assigning different variants and letting context logic decide on which variant, which grid columns to show.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.