We have a datagridview bound to a datasource using an Entity Data Model layer.
When the primary key field (id) of the object is the first field in the grid then visible = false is ignored and the column is displayed.
This was working correctly in 6.4 beta 2, but on upgrading to 6.4.0b (and now trying c) the visible flag is being ignored.
Easily worked around by changing the column order so it is not the first. However would be nice to be fixed as by default we always make keys the first column in a table/view.
Cheers
Stew