there is Settings.Grid.ColumnWidth = 140 by default,
and this plus the defined&resized width of other columns is used to calculate the grid internal container width
you could set Hidden = true on certain columns
or just set .ColumnsPersistence(Persistence.Local) presuming that the user will hide columns on the first time use
and this plus the defined&resized width of other columns is used to calculate the grid internal container width
you could set Hidden = true on certain columns
or just set .ColumnsPersistence(Persistence.Local) presuming that the user will hide columns on the first time use