To reproduce use the code above and when the application starts double click the column in order to best fit it : RadGridView radGridView1 = new RadGridView();
this.Controls.Add(radGridView1);
radGridView1.Columns.Add("some text");
radGridView1.HideSelection = true;