Bug Report: Result Grid Resizes columns

cassiusdrow

Member²
When I execute a query in an SQL window in 7.0, and then use the column width/row height control on the top leftt of the result grid to set "column width to contents", if I re-execute the query, the results are then displayed as if "column width to header and contents" were set. In 6.0, the column widths were maintained on subsequent executions.
 
This is the default. When you execute a query, the width of a column will match the width of the widest value of that column.
 
Back
Top