Hi,
is there a attribute for properties which controls the autogenerate columns behavior from datagridview?
By Browsable(false) the datagridview doesnt generate a column for the property (!) and i want that it generates a column but set the column to visible = false;
thanks