Adding columns to grids on a form
Comments
-
Hi,
I have a grid with 9 columns, 2 rows
As below, I want to add (insert) a new column between the first two leftmost columns.
Is there a direct way of doing this?
At the moment I’m creating a new column at the bottom of the list (rightmost) and having to resize and shift all the other columns and entities within each column which is a pain and prone to error.Thanks
-
Hi,
There currently isnt a way to add new columns in a grid without adding the to the far right and shifting everything over as needed. Im putting in a feature request to the dev team to add an option for this. However, if you need to add a new row in the middle of a grid you can drag a component between two rows that have components in them already and it will add a new row.
Thanks.