Skip to main content
A newer version of this page is available. .

How to: Move Focus to a Specific Column

The example shows how to move focus to a specific column at runtime.

    advBandedGridView1.FocusedColumn = advBandedGridView1.Columns["Country"];