Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
How to keep focus on one column of a grid
posted

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.

 

 

 

 

Parents
  • 340
    posted

    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.

     

Reply Children
No Data