Create an entirely invisible subfile column with hidden fields
Posted: Fri Sep 11, 2015 10:04 am
Hi everyone,
We would like to create a subfile column (resp. a grid column) for hidden fields which is entirely invisible for the user.
We tried the following:
1. We set the column fields visibility to hidden: The field values were invisible but unfortunately an empty column was displayed. We also set the column header to blank but the column was still visible.
2. We set the column width to zero. Unfortunately, this works only if "expand to layout" is set to false. If "expand to layout" is set to true (this is the setting we want to use), the column with width = zero is displayed.
We would like to hide the entire subfile column while using "expand to layout" = true.
Questions:
1. How can we create such a column?
2. Is it correct, that a column with width = zero is expanded when "expand to layout" = true is used? In our opinion, this column should still be invisible.
3. Can this problem be solved by using JavaScript code?
4. Can this problem be solved by using the RemoveColumn() api?
5. If this feature doesn't exist, is it possible to create such a feature in the next version?
This function is very important for us and we would like to avoid storing the hidden fields in program arrays.
Any help is very much appreciated. Thank you.
Christoph
We would like to create a subfile column (resp. a grid column) for hidden fields which is entirely invisible for the user.
We tried the following:
1. We set the column fields visibility to hidden: The field values were invisible but unfortunately an empty column was displayed. We also set the column header to blank but the column was still visible.
2. We set the column width to zero. Unfortunately, this works only if "expand to layout" is set to false. If "expand to layout" is set to true (this is the setting we want to use), the column with width = zero is displayed.
We would like to hide the entire subfile column while using "expand to layout" = true.
Questions:
1. How can we create such a column?
2. Is it correct, that a column with width = zero is expanded when "expand to layout" = true is used? In our opinion, this column should still be invisible.
3. Can this problem be solved by using JavaScript code?
4. Can this problem be solved by using the RemoveColumn() api?
5. If this feature doesn't exist, is it possible to create such a feature in the next version?
This function is very important for us and we would like to avoid storing the hidden fields in program arrays.
Any help is very much appreciated. Thank you.
Christoph