Hi! I have an editable grid which is filled by the user (possible to add new rows), like in this example:
The editable grid values are saved in a Record, and they all have a common field for each grid created (for example, Employee Set 1, even though it is not shown in the example it should be another column)
Now, I would like to "copy" the created matrix into a grid in another interface, being able to create new columns but without the possibility of adding extra-rows (I mean, without the "Add Employee" dynamic link)
To be clear, my idea is to re-use the data in another grid, and add a column to identify the data for a new purpose
Thanks a lot!
Discussion posts and replies are publicly visible
I am not sure If I got your point or not. However, there is a way to disable add row link. Moreover, you can set columns as per business condition.