Hide Columns Option





If you are using 'hide columns option' along with the 'movable columns' option, there is certain behavior you should be aware of. If you hide a column in your grid and then move a visible column, showing the hidden column again will place the column at the end of the grid. This behavior will only happen if you move any visible columns after hiding a column. If you do not move any columns, then showing any hidden columns will place that column in the previous location it was in prior to hiding it.

Starting with Profound UI Version 6, we have included the ability to dynamically hide and show columns of a subfile grid. The images below demonstrate this feature. 

You can set this option for your grid by using the 'hide columns option' property in the Visual Designer. In order to turn this on for your grid, you should set this option to true. See below: 

We have also included two new grid methods to hide and show columns, respectively: grid.hideColumn() and grid.showColumn().  

In addition, if your grid utilizes the 'Export to Excel' option, there is another optional grid setting that will export only the visible columns: Export only Visible Columns. Note that 'export only visible columns' is only available for database-driven grids in Profound UI Version 6, Fix Pack 11.0 and newer.