I am using a DataGridView control and I have three columns in my grid. I do not want the first column to be selected (because I have set it to read-only).
How can I force the cell selection to move to the next column when ever focus is placed on column 1?
I used the Cell Enter event but when I tried to set the cell in the next column to selected, I would receive a error.
Loading
Ted VasilopoulosPosted May 14, 2007, 8:58 AM
Could you paste some code demonstrating a small example of what you need done ?