I have a two column Grid. I would like the user to keep focus on the right column only. The Left column is read only anyway. If the user moves .. i.e. tab or enter or down or up arrow, I would like them to stay in the right column grid.
I found the answer.
I used the .DisplayLayout.Bands(0).Columns("LeftMostColumnName").TabStop = False
only two columns in this case. It works on tabs down the right column.
This KB aricle might help, also.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?