Sets the default width for all columns in the grid.
public void setDefaultColumnWidth( int width )
width
The new default width (in pixels) for all columns in the grid. The default value of the defaultColumnWidth property is 75.
To set the width of an individual column, use the width property of the Column object.
See Also getDefaultColumnWidth