Our application has a feature where which columns are visible or not can be decided by the end user and the settings are stored in the database.
When I loop through the columns to check the Visible property, all the columns return 1 (True). It appears to be returning the original Visible property, not the current value.
Anyone know how to get around this issue?