Hello,
Using (SC_SNAPSHOT-2012-02-27_v8.2p/PowerEdition Deployment 2012-02-27)
I could not find the API (and wonder if one exists) for a simple use case:
Check whether the user has hidden a column using the context menu.
I'd like to do something like myListGrid.getField("myField").isHidden() which returns true if hidden (by the user using context menu), false otherwise.
I would like to use this to make an export widget that only exports the visible fields (ie. the user can trim the export to excel by hiding columns in the grid).
I know this is also possible with excel, but the context menu is far nicer, because it gives a better overview and doesn't require horizontal scrolling for grids with a lot of columns.
Using (SC_SNAPSHOT-2012-02-27_v8.2p/PowerEdition Deployment 2012-02-27)
I could not find the API (and wonder if one exists) for a simple use case:
Check whether the user has hidden a column using the context menu.
I'd like to do something like myListGrid.getField("myField").isHidden() which returns true if hidden (by the user using context menu), false otherwise.
I would like to use this to make an export widget that only exports the visible fields (ie. the user can trim the export to excel by hiding columns in the grid).
I know this is also possible with excel, but the context menu is far nicer, because it gives a better overview and doesn't require horizontal scrolling for grids with a lot of columns.
Comment