Can DBAdvGrid support a column wider than the Grid's width

Want a column in a DBAdvGrid to be 750 while the DBAdvGrid.Width = 500. Can this be done?

When you set grid.ColWidths[x] := 750, it will have this width regardless of the grid width.