How to: Move Focus to a Specific Column Nov 13, 2018 The example shows how to move focus to a specific column at runtime. C# VB.NET advBandedGridView1.FocusedColumn = advBandedGridView1.Columns["Country"]; AdvBandedGridView1.FocusedColumn = AdvBandedGridView1.Columns("Country")