A ListGrid field can be shown/hidden via the ListGrid methods showField (), showFields (), hideField (), hideFields (), their several overloads, and via the ListGrid menu.
Programmatically, how can I tell if a field is shown/hidden at any point in time?
Something like ListGrid.isFieldShown () or isFieldHidden ()?
Programmatically, how can I tell if a field is shown/hidden at any point in time?
Something like ListGrid.isFieldShown () or isFieldHidden ()?